Merge pull request #593 from yaoshengzhe/fix_reenable_tableacl_test

re-enable tableacl test case: TestInitWithValidConfig
This commit is contained in:
Shengzhe 2015-04-16 15:51:37 -07:00
Родитель 8752d83004 de456ad0ee
Коммит 9024a88814
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -59,11 +59,10 @@ func TestInitWithInvalidConfigFile(t *testing.T) {
Init(testfiles.Locate("tableacl/invalid_tableacl_config.json"))
}
// TODO: fix this test.
//func TestInitWithValidConfig(t *testing.T) {
// setUpTableACL(&simpleacl.Factory{})
// Init(testfiles.Locate("tableacl/test_table_tableacl_config.json"))
//}
func TestInitWithValidConfig(t *testing.T) {
setUpTableACL(&simpleacl.Factory{})
Init(testfiles.Locate("tableacl/test_table_tableacl_config.json"))
}
func TestInitFromBytes(t *testing.T) {
aclFactory := &simpleacl.Factory{}