Changeset 3613
- Timestamp:
- 03/17/08 18:33:28 (10 months ago)
- Files:
-
- openmrs-modules/chica/.classpath (modified) (1 diff)
- openmrs-modules/chica/lib-common/atd-1.19.jar (deleted)
- openmrs-modules/chica/lib-common/atd-1.20.jar (added)
- openmrs-modules/chica/test/org/openmrs/module/chica/test/nonInMemoryTests (added)
- openmrs-modules/chica/test/org/openmrs/module/chica/test/nonInMemoryTests/DBUnitXMLToDatabase.java (moved) (moved from openmrs-modules/chica/test/org/openmrs/module/chica/test/DBUnitXMLToDatabase.java) (2 diffs)
- openmrs-modules/chica/test/org/openmrs/module/chica/test/nonInMemoryTests/TestMergeXMLToTable.java (moved) (moved from openmrs-modules/chica/test/org/openmrs/module/chica/test/TestMergeXMLToTable.java) (1 diff)
- openmrs-modules/chica/test/org/openmrs/module/chica/test/nonInMemoryTests/TestProviderDatasource.java (added)
- openmrs-modules/chica/test/org/openmrs/module/chica/test/nonInMemoryTests/TestSetConceptRule.java (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/chica/.classpath
r3592 r3613 60 60 <classpathentry kind="lib" path="/atd/dist"/> 61 61 <classpathentry kind="lib" path="/dss/dist"/> 62 <classpathentry kind="lib" path="lib-common/dss-2.09.jar"/> 63 <classpathentry kind="lib" path="lib-common/atd-1.19.jar"/> 62 <classpathentry kind="lib" path="lib-common/dss-2.09.jar" sourcepath="/dss/src"/> 64 63 <classpathentry kind="lib" path="lib-common/spring-framework/spring-2.5.1.jar"/> 65 64 <classpathentry kind="lib" path="lib-common/spring-framework/spring-test.jar"/> 66 65 <classpathentry kind="lib" path="lib-common/spring-framework/spring-webmvc.jar"/> 67 <classpathentry kind="lib" path="lib-common/openmrs-api-1.2.11.3590.jar" />66 <classpathentry kind="lib" path="lib-common/openmrs-api-1.2.11.3590.jar" sourcepath="/openmrs_logic/src"/> 68 67 <classpathentry kind="lib" path="lib-common/tests-openmrs-api-1.2.11.3590.jar"/> 69 68 <classpathentry kind="lib" path="lib-common/web-openmrs-api-1.2.11.3590.jar"/> 69 <classpathentry kind="lib" path="lib-common/atd-1.20.jar"/> 70 70 <classpathentry kind="output" path="bin"/> 71 71 </classpath> openmrs-modules/chica/test/org/openmrs/module/chica/test/nonInMemoryTests/DBUnitXMLToDatabase.java
r3603 r3613 2 2 * 3 3 */ 4 package org.openmrs.module.chica. test;4 package org.openmrs.module.chica.nonInMemoryTests; 5 5 6 6 import java.io.FileOutputStream; 7 7 8 import org.openmrs.module.chica.test.TestUtil; 8 9 import org.openmrs.test.BaseModuleContextSensitiveTest; 9 10 … … 27 28 String[] tableNames = new String[1]; 28 29 tableNames[0] = "dss_rule"; 29 //TestUtil.dumpTable(tableNames, getConnection(), System.out);30 TestUtil.dumpTable(tableNames, getConnection(), System.out); 30 31 } 31 32 openmrs-modules/chica/test/org/openmrs/module/chica/test/nonInMemoryTests/TestMergeXMLToTable.java
r3603 r3613 1 package org.openmrs.module.chica. test;1 package org.openmrs.module.chica.nonInMemoryTests; 2 2 3 3 import java.io.OutputStream;