Cleanup/reorg

This commit is contained in:
Taylor Gerring
2015-06-10 16:29:42 -04:00
parent c5d6fcbaba
commit b6d40a9312
8 changed files with 265 additions and 273 deletions

View File

@ -6,8 +6,6 @@ import (
"testing"
)
var stateTestDir = filepath.Join(baseDir, "StateTests")
func TestStateSystemOperations(t *testing.T) {
fn := filepath.Join(stateTestDir, "stSystemOperationsTest.json")
if err := RunStateTest(fn); err != nil {