removed some unix tests
This commit is contained in:
parent
e926980ae5
commit
f20f589fbf
8 changed files with 173 additions and 187 deletions
|
|
@ -1,16 +1,16 @@
|
|||
package tactical_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
//import (
|
||||
//"testing"
|
||||
|
||||
"github.com/amidaware/rmmagent/agent/tactical"
|
||||
)
|
||||
//"github.com/amidaware/rmmagent/agent/tactical"
|
||||
//)
|
||||
|
||||
func TestGetVersion(t *testing.T) {
|
||||
version := tactical.GetVersion()
|
||||
if version == "" {
|
||||
t.Errorf("expected version, got empty version")
|
||||
}
|
||||
//func TestGetVersion(t *testing.T) {
|
||||
//version := tactical.GetVersion()
|
||||
//if version == "" {
|
||||
//t.Errorf("expected version, got empty version")
|
||||
//}
|
||||
|
||||
t.Logf("got version %s", version)
|
||||
}
|
||||
//t.Logf("got version %s", version)
|
||||
//}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue