fix tests and delete some useless tests
This commit is contained in:
9
apiGo/config/Config_test.go
Normal file
9
apiGo/config/Config_test.go
Normal file
@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestSaveLoadConfig(t *testing.T) {
|
||||
generateNewConfig("", "openmediacenter.cfg")
|
||||
|
||||
Init()
|
||||
}
|
Reference in New Issue
Block a user