| | |
| | | <sequence> |
| | | |
| | | <script> |
| | | if not CurrentTestPath.has_key('group'): |
| | | CurrentTestPath['group']='schema' |
| | | CurrentTestPath['suite']=STAXCurrentBlock |
| | | </script> |
| | | |
| | |
| | | #@TestSuiteGroup Dynamic Schema Tests |
| | | #@TestScript schema_dynamic.xml |
| | | --> |
| | | |
| | | |
| | | |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/testcases/schema/schema_setup.xml' % (TESTS_DIR)"/> |
| | | <call function="'schema_setup'"/> |
| | | |
| | | |
| | | <!--- Test case: Update Schema via a file --> |
| | | <!--- |
| | | Place test-specific test information here. |
| | |
| | | <call function="'testCase_Postamble'"/> |
| | | </sequence> |
| | | </testcase> |
| | | |
| | | |
| | | |
| | | <import machine="'%s' % (STAF_LOCAL_HOSTNAME)" |
| | | file="'%s/testcases/schema/schema_cleanup.xml' % (TESTS_DIR)"/> |
| | | <call function="'schema_cleanup'"/> |
| | | |
| | | |
| | | <call function="'testSuite_Postamble'"/> |
| | | |
| | | </sequence> |