Improve status module
This commit is contained in:
@@ -5,10 +5,9 @@ import "testing"
|
||||
func TestSet(t *testing.T) {
|
||||
|
||||
// only test for panics
|
||||
SetCurrentSecurityLevel(0)
|
||||
SetSelectedSecurityLevel(0)
|
||||
SetThreatLevel(0)
|
||||
SetPortmasterStatus(0)
|
||||
SetGate17Status(0)
|
||||
// TODO: write real tests
|
||||
setSelectedSecurityLevel(0)
|
||||
SetPortmasterStatus(0, "")
|
||||
SetGate17Status(0, "")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user