Revision 9968
Added by Jing Tao about 8 years ago
test/edu/ucsb/nceas/metacattest/SchemaRegistryTest.java | ||
---|---|---|
149 | 149 |
TestSuite suite = new TestSuite(); |
150 | 150 |
suite.addTest(new SchemaRegistryTest("initialize")); |
151 | 151 |
// Test basic functions |
152 |
suite.addTest(new SchemaRegistryTest("newGoodSchemaRegisterTest")); |
|
152 |
/*suite.addTest(new SchemaRegistryTest("newGoodSchemaRegisterTest"));
|
|
153 | 153 |
suite.addTest(new SchemaRegistryTest("existingSchemaRegisterTest")); |
154 | 154 |
suite.addTest(new SchemaRegistryTest("newNonexistantSchemaLocationRegisterTest")); |
155 | 155 |
suite.addTest(new SchemaRegistryTest("newGoodSchemaBadXmlRegisterTest")); |
156 | 156 |
suite.addTest(new SchemaRegistryTest("existingGoodSchemaBadXmlRegisterTest")); |
157 | 157 |
suite.addTest(new SchemaRegistryTest("schemaInDbNotOnFileSystemTest")); |
158 |
suite.addTest(new SchemaRegistryTest("includedSchemaRegisterTest")); |
|
158 |
suite.addTest(new SchemaRegistryTest("includedSchemaRegisterTest"));*/
|
|
159 | 159 |
return suite; |
160 | 160 |
} |
161 | 161 |
|
Also available in: Unified diff
Since we disable the schema downloading feature, this test doesn't work anymore.