Advertisement
ODORA

TRUNK-5208 b

Apr 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.85 KB | None | 0 0
  1. Admin@THe-ODoRa MINGW64 ~/core (TRUNK-5208)
  2. $ git status
  3. On branch TRUNK-5208
  4. Changes not staged for commit:
  5. (use "git add <file>..." to update what will be committed)
  6. (use "git checkout -- <file>..." to discard changes in working directory)
  7.  
  8. modified: api/src/main/java/org/openmrs/module/ModuleUtil.java
  9.  
  10. no changes added to commit (use "git add" and/or "git commit -a")
  11.  
  12. Admin@THe-ODoRa MINGW64 ~/core (TRUNK-5208)
  13. $ mvn clean install
  14. [INFO] Scanning for projects...
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO] Reactor Build Order:
  17. [INFO]
  18. [INFO] OpenMRS [pom]
  19. [INFO] openmrs-tools [jar]
  20. [INFO] openmrs-test [pom]
  21. [INFO] openmrs-api [jar]
  22. [INFO] openmrs-web [jar]
  23. [INFO] openmrs-webapp [war]
  24. [INFO]
  25. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  26. [INFO] Building OpenMRS 2.3.0-SNAPSHOT [1/6]
  27. [INFO] --------------------------------[ pom ]---------------------------------
  28. [INFO]
  29. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs ---
  30. [INFO] Deleting C:\Users\Admin\core\target
  31. [INFO]
  32. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs ---
  33. [INFO] Checking for local modifications: skipped.
  34. [INFO] Updating project files from SCM: skipped.
  35. [INFO] ShortRevision tag detected. The value is '6'.
  36. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  37. [INFO] Working directory: C:\Users\Admin\core
  38. [INFO] Storing buildNumber: 88fdd6 at timestamp: 1555868945721
  39. [INFO] ShortRevision tag detected. The value is '6'.
  40. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  41. [INFO] Working directory: C:\Users\Admin\core
  42. [INFO] Storing buildScmBranch: UNKNOWN
  43. [INFO]
  44. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs ---
  45. [INFO]
  46. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs ---
  47. [WARNING] JAR will be empty - no content was marked for inclusion!
  48. [INFO] Building jar: C:\Users\Admin\core\target\openmrs-2.3.0-SNAPSHOT-tests.jar
  49. [INFO]
  50. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs ---
  51. [INFO] Checking licenses...
  52. [INFO]
  53. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs ---
  54. [INFO] Installing C:\Users\Admin\core\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\openmrs\2.3.0-SNAPSHOT\openmrs-2.3.0-SNAPSHOT.pom
  55. [INFO] Installing C:\Users\Admin\core\target\openmrs-2.3.0-SNAPSHOT-tests.jar to C:\Users\Admin\.m2\repository\org\openmrs\openmrs\2.3.0-SNAPSHOT\openmrs-2.3.0-SNAPSHOT-tests.jar
  56. [INFO]
  57. [INFO] ------------------< org.openmrs.tools:openmrs-tools >-------------------
  58. [INFO] Building openmrs-tools 2.3.0-SNAPSHOT [2/6]
  59. [INFO] --------------------------------[ jar ]---------------------------------
  60. [INFO]
  61. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-tools ---
  62. [INFO] Deleting C:\Users\Admin\core\tools\target
  63. [INFO]
  64. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-tools ---
  65. [INFO]
  66. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-tools ---
  67. [INFO]
  68. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-tools ---
  69. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  70. [INFO] Copying 4 resources
  71. [INFO]
  72. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-tools ---
  73. [INFO] Compiling 1 source file to C:\Users\Admin\core\tools\target\classes
  74. [INFO]
  75. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-tools ---
  76. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  77. [INFO] skip non existing resourceDirectory C:\Users\Admin\core\tools\src\test\resources
  78. [INFO]
  79. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-tools ---
  80. [INFO] No sources to compile
  81. [INFO]
  82. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-tools ---
  83. [INFO] No tests to run.
  84. [INFO]
  85. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ openmrs-tools ---
  86. [INFO] Building jar: C:\Users\Admin\core\tools\target\openmrs-tools-2.3.0-SNAPSHOT.jar
  87. [INFO]
  88. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-tools ---
  89. [WARNING] JAR will be empty - no content was marked for inclusion!
  90. [INFO] Building jar: C:\Users\Admin\core\tools\target\openmrs-tools-2.3.0-SNAPSHOT-tests.jar
  91. [INFO]
  92. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-tools ---
  93. [INFO] Checking licenses...
  94. [INFO]
  95. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-tools ---
  96. [INFO] Installing C:\Users\Admin\core\tools\target\openmrs-tools-2.3.0-SNAPSHOT.jar to C:\Users\Admin\.m2\repository\org\openmrs\tools\openmrs-tools\2.3.0-SNAPSHOT\openmrs-tools-2.3.0-SNAPSHOT.jar
  97. [INFO] Installing C:\Users\Admin\core\tools\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\tools\openmrs-tools\2.3.0-SNAPSHOT\openmrs-tools-2.3.0-SNAPSHOT.pom
  98. [INFO] Installing C:\Users\Admin\core\tools\target\openmrs-tools-2.3.0-SNAPSHOT-tests.jar to C:\Users\Admin\.m2\repository\org\openmrs\tools\openmrs-tools\2.3.0-SNAPSHOT\openmrs-tools-2.3.0-SNAPSHOT-tests.jar
  99. [INFO]
  100. [INFO] -------------------< org.openmrs.test:openmrs-test >--------------------
  101. [INFO] Building openmrs-test 2.3.0-SNAPSHOT [3/6]
  102. [INFO] --------------------------------[ pom ]---------------------------------
  103. [INFO]
  104. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-test ---
  105. [INFO] Deleting C:\Users\Admin\core\test\target
  106. [INFO]
  107. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-test ---
  108. [INFO]
  109. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-test ---
  110. [INFO]
  111. [INFO] --- maven-jar-plugin:2.3.2:test-jar (default) @ openmrs-test ---
  112. [WARNING] JAR will be empty - no content was marked for inclusion!
  113. [INFO] Building jar: C:\Users\Admin\core\test\target\openmrs-test-2.3.0-SNAPSHOT-tests.jar
  114. [INFO]
  115. [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-test ---
  116. [INFO] Checking licenses...
  117. [INFO]
  118. [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-test ---
  119. [INFO] Installing C:\Users\Admin\core\test\pom.xml to C:\Users\Admin\.m2\repository\org\openmrs\test\openmrs-test\2.3.0-SNAPSHOT\openmrs-test-2.3.0-SNAPSHOT.pom
  120. [INFO] Installing C:\Users\Admin\core\test\target\openmrs-test-2.3.0-SNAPSHOT-tests.jar to C:\Users\Admin\.m2\repository\org\openmrs\test\openmrs-test\2.3.0-SNAPSHOT\openmrs-test-2.3.0-SNAPSHOT-tests.jar
  121. [INFO]
  122. [INFO] --------------------< org.openmrs.api:openmrs-api >---------------------
  123. [INFO] Building openmrs-api 2.3.0-SNAPSHOT [4/6]
  124. [INFO] --------------------------------[ jar ]---------------------------------
  125. [INFO]
  126. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openmrs-api ---
  127. [INFO] Deleting C:\Users\Admin\core\api\target
  128. [INFO]
  129. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-api ---
  130. [INFO]
  131. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-api ---
  132. [INFO]
  133. [INFO] --- jacoco-maven-plugin:0.8.0:prepare-agent (prepare-agent) @ openmrs-api ---
  134. [INFO] argLine set to -javaagent:C:\\Users\\Admin\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.0\\org.jacoco.agent-0.8.0-runtime.jar=destfile=C:\\Users\\Admin\\core\\api\\target\\jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx2g
  135. [INFO]
  136. [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
  137. [INFO] Using 'UTF-8' encoding to format source files.
  138. [INFO] Number of files to be formatted: 1030
  139. [INFO] Successfully formatted: 0 file(s)
  140. [INFO] Fail to format : 0 file(s)
  141. [INFO] Skipped : 1030 file(s)
  142. [INFO] Approximate time taken: 6s
  143. [INFO]
  144. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-api ---
  145. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  146. [INFO] Copying 1 resource
  147. [INFO] Copying 137 resources
  148. [INFO]
  149. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-api ---
  150. [INFO] Compiling 696 source files to C:\Users\Admin\core\api\target\classes
  151. [INFO]
  152. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-api ---
  153. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  154. [INFO] Copying 141 resources
  155. [INFO]
  156. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-api ---
  157. [INFO] Compiling 334 source files to C:\Users\Admin\core\api\target\test-classes
  158. [INFO]
  159. [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ openmrs-api ---
  160. [INFO] Surefire report directory: C:\Users\Admin\core\api\target\surefire-reports
  161.  
  162. -------------------------------------------------------
  163. T E S T S
  164. -------------------------------------------------------
  165. Running org.openmrs.AllergenTest
  166. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.159 sec - in org.openmrs.AllergenTest
  167. Running org.openmrs.AllergiesTest
  168. Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.213 sec - in org.openmrs.AllergiesTest
  169. Running org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  170. Tests run: 8, Failures: 0, Errors: 2, Skipped: 3, Time elapsed: 0.33 sec <<< FAILURE! - in org.openmrs.annotation.OpenmrsProfileExcludeFilterTest
  171. match_shouldIncludeBeanForOpenmrs1_10AndLater(org.openmrs.annotation.OpenmrsProfileExcludeFilterTest) Time elapsed: 0.038 sec <<< ERROR!
  172. org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.annotation.OpenmrsProfile1_10] is defined
  173. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:371)
  174. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:331)
  175. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:968)
  176. at org.openmrs.annotation.OpenmrsProfileExcludeFilterTest.match_shouldIncludeBeanForOpenmrs1_10AndLater(OpenmrsProfileExcludeFilterTest.java:36)
  177.  
  178. match_shouldIncludeBeanForOpenmrs1_8AndLater(org.openmrs.annotation.OpenmrsProfileExcludeFilterTest) Time elapsed: 0.038 sec <<< ERROR!
  179. org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.annotation.OpenmrsProfile1_8] is defined
  180. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:371)
  181. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:331)
  182. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:968)
  183. at org.openmrs.annotation.OpenmrsProfileExcludeFilterTest.match_shouldIncludeBeanForOpenmrs1_8AndLater(OpenmrsProfileExcludeFilterTest.java:46)
  184.  
  185. Running org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  186. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.919 sec <<< FAILURE! - in org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest
  187. match_shouldNotIncludeBeanIfModuleIsStarted(org.openmrs.annotation.OpenmrsProfileExcludeFilterWithModulesTest) Time elapsed: 0.001 sec <<< FAILURE!
  188. java.lang.AssertionError: Some of the modules did not start successfully for OpenmrsProfileExcludeFilterWithModulesTest. Only 0 modules started instead of 1
  189. at org.junit.Assert.fail(Assert.java:88)
  190. at org.junit.Assert.assertTrue(Assert.java:41)
  191. at org.openmrs.test.StartModuleExecutionListener.prepareTestInstance(StartModuleExecutionListener.java:91)
  192. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  193. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  194. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  195. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  196. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  197. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  198. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  199. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  200. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  201. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  202. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  203. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  204. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  205. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  206. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  207. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  208. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  209. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
  210. at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
  211. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
  212. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
  213. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  214. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  215. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  216.  
  217. Running org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  218. Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.806 sec <<< FAILURE! - in org.openmrs.annotation.OpenmrsProfileIncludeFilterTest
  219. match_shouldCreateBeanForOpenmrs1_8AndLater(org.openmrs.annotation.OpenmrsProfileIncludeFilterTest) Time elapsed: 3.024 sec <<< ERROR!
  220. org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.openmrs.annotation.OpenmrsComponent1_8] is defined
  221. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:371)
  222. at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:331)
  223. at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:968)
  224. at org.openmrs.annotation.OpenmrsProfileIncludeFilterTest.match_shouldCreateBeanForOpenmrs1_8AndLater(OpenmrsProfileIncludeFilterTest.java:29)
  225.  
  226. Running org.openmrs.annotation.StartModuleAnnotationReuseTest
  227. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec <<< FAILURE! - in org.openmrs.annotation.StartModuleAnnotationReuseTest
  228. shouldPass(org.openmrs.annotation.StartModuleAnnotationReuseTest) Time elapsed: 0 sec <<< FAILURE!
  229. java.lang.AssertionError: Some of the modules did not start successfully for StartModuleAnnotationReuseTest. Only 0 modules started instead of 1
  230. at org.junit.Assert.fail(Assert.java:88)
  231. at org.junit.Assert.assertTrue(Assert.java:41)
  232. at org.openmrs.test.StartModuleExecutionListener.prepareTestInstance(StartModuleExecutionListener.java:91)
  233. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  234. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  235. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  236. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  237. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  238. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  239. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  240. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  241. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  242. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  243. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  244. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  245. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  246. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  247. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  248. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  249. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  250. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
  251. at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
  252. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
  253. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
  254. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  255. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  256. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  257.  
  258. Running org.openmrs.aop.AuthorizationAdviceTest
  259. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.869 sec - in org.openmrs.aop.AuthorizationAdviceTest
  260. Running org.openmrs.aop.RequiredDataAdviceTest
  261. Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.948 sec - in org.openmrs.aop.RequiredDataAdviceTest
  262. Running org.openmrs.api.AdministrationServiceTest
  263. Tests run: 57, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.672 sec - in org.openmrs.api.AdministrationServiceTest
  264. Running org.openmrs.api.AdministrationServiceUnitTest
  265. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.openmrs.api.AdministrationServiceUnitTest
  266. Running org.openmrs.api.cache.CachePropertiesUtilTest
  267. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.openmrs.api.cache.CachePropertiesUtilTest
  268. Running org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  269. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.308 sec - in org.openmrs.api.cache.OpenmrsCacheManagerFactoryBeanTest
  270. Running org.openmrs.api.CohortServiceTest
  271. Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.534 sec - in org.openmrs.api.CohortServiceTest
  272. Running org.openmrs.api.ConceptServiceTest
  273. Tests run: 244, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 435.871 sec - in org.openmrs.api.ConceptServiceTest
  274. Running org.openmrs.api.context.ContextTest
  275. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.092 sec - in org.openmrs.api.context.ContextTest
  276. Running org.openmrs.api.context.ContextWithModuleTest
  277. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.168 sec <<< FAILURE! - in org.openmrs.api.context.ContextWithModuleTest
  278. loadClass_shouldLoadClassWithOpenmrsClassLoader(org.openmrs.api.context.ContextWithModuleTest) Time elapsed: 2.371 sec <<< ERROR!
  279. java.lang.ClassNotFoundException: org.openmrs.module.test1.api.Test1Service
  280. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  281. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  282. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
  283. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  284. at org.openmrs.util.OpenmrsClassLoader.loadClass(OpenmrsClassLoader.java:169)
  285. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  286. at org.openmrs.api.context.Context.loadClass(Context.java:221)
  287. at org.openmrs.api.context.ContextWithModuleTest.loadClass_shouldLoadClassWithOpenmrsClassLoader(ContextWithModuleTest.java:68)
  288.  
  289. Running org.openmrs.api.context.DaemonTest
  290. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.521 sec - in org.openmrs.api.context.DaemonTest
  291. Running org.openmrs.api.DatatypeServiceTest
  292. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.942 sec - in org.openmrs.api.DatatypeServiceTest
  293. Running org.openmrs.api.db.ConceptDAOTest
  294. Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 4.378 sec - in org.openmrs.api.db.ConceptDAOTest
  295. Running org.openmrs.api.db.ContextDAOTest
  296. Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.612 sec - in org.openmrs.api.db.ContextDAOTest
  297. Running org.openmrs.api.db.EncounterDAOTest
  298. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.369 sec - in org.openmrs.api.db.EncounterDAOTest
  299. Running org.openmrs.api.db.hibernate.AuditableInterceptorTest
  300. Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.136 sec - in org.openmrs.api.db.hibernate.AuditableInterceptorTest
  301. Running org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  302. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.911 sec - in org.openmrs.api.db.hibernate.DropMillisecondsHibernateInterceptorTest
  303. Running org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  304. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.076 sec - in org.openmrs.api.db.hibernate.HibernateAdministrationDAOTest
  305. Running org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  306. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.502 sec - in org.openmrs.api.db.hibernate.HibernateConceptDAOTest
  307. Running org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  308. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.769 sec - in org.openmrs.api.db.hibernate.HibernateConditionDAOTest
  309. Running org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  310. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.036 sec - in org.openmrs.api.db.hibernate.HibernateDiagnosisDAOTest
  311. Running org.openmrs.api.db.hibernate.HibernateFormDAOTest
  312. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.947 sec - in org.openmrs.api.db.hibernate.HibernateFormDAOTest
  313. Running org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  314. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.105 sec - in org.openmrs.api.db.hibernate.HibernateLocationDAOTest
  315. Running org.openmrs.api.db.hibernate.HibernateObsDAOTest
  316. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.879 sec - in org.openmrs.api.db.hibernate.HibernateObsDAOTest
  317. Running org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  318. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.133 sec - in org.openmrs.api.db.hibernate.HibernateOrderDAOTest
  319. Running org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  320. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.658 sec - in org.openmrs.api.db.hibernate.HibernatePatientDAOTest
  321. Running org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  322. Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.113 sec - in org.openmrs.api.db.hibernate.HibernatePersonDAOTest
  323. Running org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  324. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.071 sec - in org.openmrs.api.db.hibernate.HibernateProviderDAOTest
  325. Running org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  326. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.788 sec - in org.openmrs.api.db.hibernate.ImmutableEntityInterceptorTest
  327. Running org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  328. Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 sec - in org.openmrs.api.db.hibernate.PatientSearchCriteriaTest
  329. Running org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  330. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.496 sec - in org.openmrs.api.db.hibernate.PersonAttributeHelperTest
  331. Running org.openmrs.api.db.hibernate.ProviderDAOTest
  332. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.981 sec - in org.openmrs.api.db.hibernate.ProviderDAOTest
  333. Running org.openmrs.api.db.PatientDAOTest
  334. Tests run: 157, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 286.218 sec - in org.openmrs.api.db.PatientDAOTest
  335. Running org.openmrs.api.db.PersonDAOTest
  336. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.947 sec - in org.openmrs.api.db.PersonDAOTest
  337. Running org.openmrs.api.db.ProgramWorkflowDAOTest
  338. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.866 sec - in org.openmrs.api.db.ProgramWorkflowDAOTest
  339. Running org.openmrs.api.db.SerializedObjectDAOTest
  340. Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.openmrs.api.db.SerializedObjectDAOTest
  341. Running org.openmrs.api.db.UserDAOTest
  342. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 sec - in org.openmrs.api.db.UserDAOTest
  343. Running org.openmrs.api.db.VisitDAOTest
  344. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.131 sec - in org.openmrs.api.db.VisitDAOTest
  345. Running org.openmrs.api.EncounterServiceTest
  346. Tests run: 142, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 38.613 sec - in org.openmrs.api.EncounterServiceTest
  347. Running org.openmrs.api.FormServiceTest
  348. Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.047 sec - in org.openmrs.api.FormServiceTest
  349. Running org.openmrs.api.handler.BaseRetireHandlerTest
  350. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.api.handler.BaseRetireHandlerTest
  351. Running org.openmrs.api.handler.BaseUnretireHandlerTest
  352. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.api.handler.BaseUnretireHandlerTest
  353. Running org.openmrs.api.handler.BaseUnvoidHandlerTest
  354. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.openmrs.api.handler.BaseUnvoidHandlerTest
  355. Running org.openmrs.api.handler.BaseVoidHandlerTest
  356. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.openmrs.api.handler.BaseVoidHandlerTest
  357. Running org.openmrs.api.handler.ConceptNameSaveHandlerTest
  358. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.921 sec - in org.openmrs.api.handler.ConceptNameSaveHandlerTest
  359. Running org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  360. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.985 sec - in org.openmrs.api.handler.ExistingOrNewVisitAssignmentHandlerTest
  361. Running org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  362. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.488 sec - in org.openmrs.api.handler.ExistingVisitAssignmentHandlerTest
  363. Running org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  364. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.openmrs.api.handler.OpenmrsMetadataSaveHandlerTest
  365. Running org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  366. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.openmrs.api.handler.OpenmrsObjectSaveHandlerTest
  367. Running org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  368. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.427 sec - in org.openmrs.api.handler.PatientDataUnvoidHandlerTest
  369. Running org.openmrs.api.handler.PatientDataVoidHandlerTest
  370. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.903 sec - in org.openmrs.api.handler.PatientDataVoidHandlerTest
  371. Running org.openmrs.api.handler.PersonSaveHandlerTest
  372. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.814 sec - in org.openmrs.api.handler.PersonSaveHandlerTest
  373. Running org.openmrs.api.handler.PersonUnvoidHandlerTest
  374. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.api.handler.PersonUnvoidHandlerTest
  375. Running org.openmrs.api.handler.PersonVoidHandlerTest
  376. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.522 sec - in org.openmrs.api.handler.PersonVoidHandlerTest
  377. Running org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  378. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.091 sec - in org.openmrs.api.handler.RequiredReasonVoidSaveHandlerTest
  379. Running org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  380. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 sec - in org.openmrs.api.handler.RequireVoidReasonVoidHandlerTest
  381. Running org.openmrs.api.impl.ConceptServiceImplTest
  382. Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.51 sec - in org.openmrs.api.impl.ConceptServiceImplTest
  383. Running org.openmrs.api.impl.ConditionServiceImplTest
  384. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.089 sec - in org.openmrs.api.impl.ConditionServiceImplTest
  385. Running org.openmrs.api.impl.DiagnosisServiceImplTest
  386. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.396 sec - in org.openmrs.api.impl.DiagnosisServiceImplTest
  387. Running org.openmrs.api.impl.GlobalLocaleListTest
  388. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.api.impl.GlobalLocaleListTest
  389. Running org.openmrs.api.impl.PatientServiceImplTest
  390. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec - in org.openmrs.api.impl.PatientServiceImplTest
  391. Running org.openmrs.api.impl.SerializationServiceImplTest
  392. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.openmrs.api.impl.SerializationServiceImplTest
  393. Running org.openmrs.api.LocationServiceTest
  394. Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.227 sec - in org.openmrs.api.LocationServiceTest
  395. Running org.openmrs.api.ObsServiceTest
  396. Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.459 sec - in org.openmrs.api.ObsServiceTest
  397. Running org.openmrs.api.OpenmrsServiceTest
  398. Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in org.openmrs.api.OpenmrsServiceTest
  399. Running org.openmrs.api.OrderServiceTest
  400. Tests run: 174, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 7.98 sec - in org.openmrs.api.OrderServiceTest
  401. Running org.openmrs.api.OrderSetServiceTest
  402. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.814 sec - in org.openmrs.api.OrderSetServiceTest
  403. Running org.openmrs.api.PatientServiceAllergyTest
  404. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.779 sec - in org.openmrs.api.PatientServiceAllergyTest
  405. Running org.openmrs.api.PatientServiceTest
  406. Tests run: 167, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 259.915 sec - in org.openmrs.api.PatientServiceTest
  407. Running org.openmrs.api.PersonServiceTest
  408. Tests run: 143, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.984 sec - in org.openmrs.api.PersonServiceTest
  409. Running org.openmrs.api.ProgramWorkflowServiceTest
  410. Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.879 sec - in org.openmrs.api.ProgramWorkflowServiceTest
  411. Running org.openmrs.api.ProgramWorkflowServiceUnitTest
  412. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.openmrs.api.ProgramWorkflowServiceUnitTest
  413. Running org.openmrs.api.ProviderServiceTest
  414. Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.015 sec - in org.openmrs.api.ProviderServiceTest
  415. Running org.openmrs.api.UserServiceTest
  416. Tests run: 103, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 38.982 sec - in org.openmrs.api.UserServiceTest
  417. Running org.openmrs.api.VisitServiceTest
  418. Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.175 sec - in org.openmrs.api.VisitServiceTest
  419. Running org.openmrs.attribute.AttributeIntegrationTest
  420. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.766 sec - in org.openmrs.attribute.AttributeIntegrationTest
  421. Running org.openmrs.BaseCustomizableMetadataTest
  422. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.874 sec - in org.openmrs.BaseCustomizableMetadataTest
  423. Running org.openmrs.BaseOpenmrsObjectTest
  424. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.883 sec - in org.openmrs.BaseOpenmrsObjectTest
  425. Running org.openmrs.CohortMembershipTest
  426. Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.openmrs.CohortMembershipTest
  427. Running org.openmrs.CohortTest
  428. Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 sec - in org.openmrs.CohortTest
  429. Running org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  430. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.comparator.PatientIdentifierTypeDefaultComparatorTest
  431. Running org.openmrs.ConceptComponentTest
  432. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.784 sec - in org.openmrs.ConceptComponentTest
  433. Running org.openmrs.ConceptNumericTest
  434. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.842 sec - in org.openmrs.ConceptNumericTest
  435. Running org.openmrs.ConceptReferenceTermTest
  436. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.ConceptReferenceTermTest
  437. Running org.openmrs.ConceptTest
  438. Tests run: 72, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.688 sec - in org.openmrs.ConceptTest
  439. Running org.openmrs.customdatatype.CustomDatatypeUtilTest
  440. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.722 sec - in org.openmrs.customdatatype.CustomDatatypeUtilTest
  441. Running org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  442. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.customdatatype.datatype.BaseMetadataDatatypeTest
  443. Running org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  444. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.customdatatype.datatype.BaseOpenmrsDatatypeTest
  445. Running org.openmrs.customdatatype.datatype.DateDatatypeTest
  446. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.customdatatype.datatype.DateDatatypeTest
  447. Running org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  448. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.customdatatype.datatype.RegexValidatedTextTest
  449. Running org.openmrs.DrugOrderTest
  450. Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.openmrs.DrugOrderTest
  451. Running org.openmrs.DrugTest
  452. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.859 sec - in org.openmrs.DrugTest
  453. Running org.openmrs.DurationTest
  454. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813 sec - in org.openmrs.DurationTest
  455. Running org.openmrs.EncounterProviderTest
  456. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.EncounterProviderTest
  457. Running org.openmrs.EncounterRoleTest
  458. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.EncounterRoleTest
  459. Running org.openmrs.EncounterTest
  460. Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.691 sec - in org.openmrs.EncounterTest
  461. Running org.openmrs.EncounterTypeTest
  462. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.EncounterTypeTest
  463. Running org.openmrs.FormTest
  464. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.FormTest
  465. Running org.openmrs.hl7.handler.ORUR01HandlerTest
  466. Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.449 sec - in org.openmrs.hl7.handler.ORUR01HandlerTest
  467. Running org.openmrs.hl7.HL7ServiceTest
  468. Tests run: 29, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 5.516 sec - in org.openmrs.hl7.HL7ServiceTest
  469. Running org.openmrs.hl7.HL7UtilTest
  470. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.hl7.HL7UtilTest
  471. Running org.openmrs.layout.name.NameTemplateTest
  472. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.734 sec - in org.openmrs.layout.name.NameTemplateTest
  473. Running org.openmrs.LocationTest
  474. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.LocationTest
  475. Running org.openmrs.logic.result.EmptyResultTest
  476. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.logic.result.EmptyResultTest
  477. Running org.openmrs.logic.result.ResultTest
  478. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.openmrs.logic.result.ResultTest
  479. Running org.openmrs.messagesource.impl.CachedMessageSourceTest
  480. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.messagesource.impl.CachedMessageSourceTest
  481. Running org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  482. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.messagesource.impl.DefaultMessageSourceServiceImplTest
  483. Running org.openmrs.messagesource.MessageSourceServiceTest
  484. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.687 sec - in org.openmrs.messagesource.MessageSourceServiceTest
  485. Running org.openmrs.messagesource.PresentationMessageMapTest
  486. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.messagesource.PresentationMessageMapTest
  487. Running org.openmrs.module.ModuleActivatorTest
  488. Tests run: 11, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 4.046 sec <<< FAILURE! - in org.openmrs.module.ModuleActivatorTest
  489. shouldStopDependantModulesOnStopModule(org.openmrs.module.ModuleActivatorTest) Time elapsed: 2.422 sec <<< FAILURE!
  490. java.lang.AssertionError: null
  491. at org.junit.Assert.fail(Assert.java:86)
  492. at org.junit.Assert.assertTrue(Assert.java:41)
  493. at org.junit.Assert.assertTrue(Assert.java:52)
  494. at org.openmrs.module.ModuleActivatorTest.shouldStopDependantModulesOnStopModule(ModuleActivatorTest.java:86)
  495.  
  496. shouldExcludePreviouslyStoppedModulesOnShutdown(org.openmrs.module.ModuleActivatorTest) Time elapsed: 0.063 sec <<< FAILURE!
  497. java.lang.AssertionError: null
  498. at org.junit.Assert.fail(Assert.java:86)
  499. at org.junit.Assert.assertTrue(Assert.java:41)
  500. at org.junit.Assert.assertTrue(Assert.java:52)
  501. at org.openmrs.module.ModuleActivatorTest.shouldExcludePreviouslyStoppedModulesOnShutdown(ModuleActivatorTest.java:139)
  502.  
  503. shouldCallWillStopAndStoppedOnlyForStoppedModule(org.openmrs.module.ModuleActivatorTest) Time elapsed: 0.125 sec <<< FAILURE!
  504. java.lang.AssertionError: null
  505. at org.junit.Assert.fail(Assert.java:86)
  506. at org.junit.Assert.assertTrue(Assert.java:41)
  507. at org.junit.Assert.assertTrue(Assert.java:52)
  508. at org.openmrs.module.ModuleActivatorTest.shouldCallWillStopAndStoppedOnlyForStoppedModule(ModuleActivatorTest.java:69)
  509.  
  510. shouldCallWillStartOnStartup(org.openmrs.module.ModuleActivatorTest) Time elapsed: 0.063 sec <<< FAILURE!
  511. java.lang.AssertionError: null
  512. at org.junit.Assert.fail(Assert.java:86)
  513. at org.junit.Assert.assertTrue(Assert.java:41)
  514. at org.junit.Assert.assertTrue(Assert.java:52)
  515. at org.openmrs.module.ModuleActivatorTest.shouldCallWillStartOnStartup(ModuleActivatorTest.java:27)
  516.  
  517. shouldCallWillStopAndStoppedOnUnloadModule(org.openmrs.module.ModuleActivatorTest) Time elapsed: 0.078 sec <<< FAILURE!
  518. java.lang.AssertionError: null
  519. at org.junit.Assert.fail(Assert.java:86)
  520. at org.junit.Assert.assertTrue(Assert.java:41)
  521. at org.junit.Assert.assertTrue(Assert.java:52)
  522. at org.openmrs.module.ModuleActivatorTest.shouldCallWillStopAndStoppedOnUnloadModule(ModuleActivatorTest.java:165)
  523.  
  524. shouldCallWillStopAndStoppedOnShutdown(org.openmrs.module.ModuleActivatorTest) Time elapsed: 0.062 sec <<< FAILURE!
  525. java.lang.AssertionError: null
  526. at org.junit.Assert.fail(Assert.java:86)
  527. at org.junit.Assert.assertTrue(Assert.java:41)
  528. at org.junit.Assert.assertTrue(Assert.java:52)
  529. at org.openmrs.module.ModuleActivatorTest.shouldCallWillStopAndStoppedOnShutdown(ModuleActivatorTest.java:113)
  530.  
  531. Running org.openmrs.module.ModuleClassLoaderTest
  532. Tests run: 10, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 2.943 sec <<< FAILURE! - in org.openmrs.module.ModuleClassLoaderTest
  533. shouldResourceBeIncluded_shouldReturnTrueIfFileMatchesAndModuleVersionMatches(org.openmrs.module.ModuleClassLoaderTest) Time elapsed: 0 sec <<< FAILURE!
  534. java.lang.AssertionError:
  535. Expected: is <true>
  536. but: was <false>
  537. at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
  538. at org.junit.Assert.assertThat(Assert.java:956)
  539. at org.junit.Assert.assertThat(Assert.java:923)
  540. at org.openmrs.module.ModuleClassLoaderTest.shouldResourceBeIncluded_shouldReturnTrueIfFileMatchesAndModuleVersionMatches(ModuleClassLoaderTest.java:115)
  541.  
  542. shouldResourceBeIncluded_shouldReturnTrueIfFileMatchesAndOpenmrsVersionMatches(org.openmrs.module.ModuleClassLoaderTest) Time elapsed: 0.016 sec <<< FAILURE!
  543. java.lang.AssertionError:
  544. Expected: is <true>
  545. but: was <false>
  546. at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
  547. at org.junit.Assert.assertThat(Assert.java:956)
  548. at org.junit.Assert.assertThat(Assert.java:923)
  549. at org.openmrs.module.ModuleClassLoaderTest.shouldResourceBeIncluded_shouldReturnTrueIfFileMatchesAndOpenmrsVersionMatches(ModuleClassLoaderTest.java:52)
  550.  
  551. shouldResourceBeIncluded_shouldReturnFalseIfFileMatchesAndOpenmrsVersionMatchesButModuleVersionDoesNotMatch(org.openmrs.module.ModuleClassLoaderTest) Time elapsed: 0 sec <<< FAILURE!
  552. java.lang.AssertionError:
  553. Expected: is <false>
  554. but: was <true>
  555. at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
  556. at org.junit.Assert.assertThat(Assert.java:956)
  557. at org.junit.Assert.assertThat(Assert.java:923)
  558. at org.openmrs.module.ModuleClassLoaderTest.shouldResourceBeIncluded_shouldReturnFalseIfFileMatchesAndOpenmrsVersionMatchesButModuleVersionDoesNotMatch(ModuleClassLoaderTest.java:217)
  559.  
  560. Running org.openmrs.module.ModuleExtensionsTest
  561. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.openmrs.module.ModuleExtensionsTest
  562. Running org.openmrs.module.ModuleFactoryTest
  563. Tests run: 9, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 3.11 sec <<< FAILURE! - in org.openmrs.module.ModuleFactoryTest
  564. loadModule_shouldNotLoadModuleIfAlreadyLoaded(org.openmrs.module.ModuleFactoryTest) Time elapsed: 0.015 sec <<< ERROR!
  565. java.lang.Exception: Unexpected exception, expected<org.openmrs.module.ModuleException> but was<java.lang.AssertionError>
  566. at org.junit.Assert.fail(Assert.java:86)
  567. at org.junit.Assert.assertTrue(Assert.java:41)
  568. at org.junit.Assert.assertNotNull(Assert.java:712)
  569. at org.junit.Assert.assertNotNull(Assert.java:722)
  570. at org.openmrs.module.ModuleFactoryTest.loadModule_shouldNotLoadModuleIfAlreadyLoaded(ModuleFactoryTest.java:65)
  571.  
  572. startModule_shouldStartAllDependencies(org.openmrs.module.ModuleFactoryTest) Time elapsed: 0.032 sec <<< FAILURE!
  573. java.lang.AssertionError: null
  574. at org.junit.Assert.fail(Assert.java:86)
  575. at org.junit.Assert.assertTrue(Assert.java:41)
  576. at org.junit.Assert.assertNotNull(Assert.java:712)
  577. at org.junit.Assert.assertNotNull(Assert.java:722)
  578. at org.openmrs.module.ModuleFactoryTest.startModule_shouldStartAllDependencies(ModuleFactoryTest.java:120)
  579.  
  580. Running org.openmrs.module.ModuleFileParserTest
  581. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.005 sec - in org.openmrs.module.ModuleFileParserTest
  582. Running org.openmrs.module.ModuleFileParserUnitTest
  583. [Fatal Error] :1:67: XML document structures must start and end within the same entity.
  584. [Fatal Error] :-1:-1: Premature end of file.
  585. Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.399 sec - in org.openmrs.module.ModuleFileParserUnitTest
  586. Running org.openmrs.module.ModuleInteroperabilityTest
  587. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec <<< FAILURE! - in org.openmrs.module.ModuleInteroperabilityTest
  588. shouldAllowModuleAToLoadModuleBIfARequiresB(org.openmrs.module.ModuleInteroperabilityTest) Time elapsed: 0 sec <<< FAILURE!
  589. java.lang.AssertionError: Some of the modules did not start successfully for ModuleInteroperabilityTest. Only 0 modules started instead of 2
  590. at org.junit.Assert.fail(Assert.java:88)
  591. at org.junit.Assert.assertTrue(Assert.java:41)
  592. at org.openmrs.test.StartModuleExecutionListener.prepareTestInstance(StartModuleExecutionListener.java:91)
  593. at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
  594. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
  595. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:252)
  596. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  597. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:254)
  598. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  599. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  600. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  601. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  602. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  603. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  604. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  605. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  606. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  607. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  608. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  609. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  610. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
  611. at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
  612. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
  613. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
  614. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  615. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  616. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  617.  
  618. Running org.openmrs.module.ModuleTest
  619. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.module.ModuleTest
  620. Running org.openmrs.module.ModuleUtilTest
  621. Tests run: 56, Failures: 20, Errors: 0, Skipped: 0, Time elapsed: 3.798 sec <<< FAILURE! - in org.openmrs.module.ModuleUtilTest
  622. matchRequiredVersions_shouldAllowRangedRequiredVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  623. java.lang.AssertionError: null
  624. at org.junit.Assert.fail(Assert.java:86)
  625. at org.junit.Assert.assertTrue(Assert.java:41)
  626. at org.junit.Assert.assertTrue(Assert.java:52)
  627. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowRangedRequiredVersion(ModuleUtilTest.java:148)
  628.  
  629. matchRequiredVersions_shouldAllowRangedRequiredVersionWithWildCardOnOneEnd(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  630. java.lang.AssertionError: null
  631. at org.junit.Assert.fail(Assert.java:86)
  632. at org.junit.Assert.assertTrue(Assert.java:41)
  633. at org.junit.Assert.assertTrue(Assert.java:52)
  634. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowRangedRequiredVersionWithWildCardOnOneEnd(ModuleUtilTest.java:168)
  635.  
  636. compareVersion_shouldCorrectlyComparingTwoVersionNumbers(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  637. java.lang.AssertionError: null
  638. at org.junit.Assert.fail(Assert.java:86)
  639. at org.junit.Assert.assertTrue(Assert.java:41)
  640. at org.junit.Assert.assertTrue(Assert.java:52)
  641. at org.openmrs.module.ModuleUtilTest.compareVersion_shouldCorrectlyComparingTwoVersionNumbers(ModuleUtilTest.java:500)
  642.  
  643. compareVersion_shouldTreatSNAPSHOTAsEarliestVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  644. java.lang.AssertionError: null
  645. at org.junit.Assert.fail(Assert.java:86)
  646. at org.junit.Assert.assertTrue(Assert.java:41)
  647. at org.junit.Assert.assertTrue(Assert.java:52)
  648. at org.openmrs.module.ModuleUtilTest.compareVersion_shouldTreatSNAPSHOTAsEarliestVersion(ModuleUtilTest.java:510)
  649.  
  650. matchRequiredVersions_shouldAllowReleaseTypeInTheVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  651. java.lang.AssertionError: null
  652. at org.junit.Assert.fail(Assert.java:86)
  653. at org.junit.Assert.assertTrue(Assert.java:41)
  654. at org.junit.Assert.assertTrue(Assert.java:52)
  655. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowReleaseTypeInTheVersion(ModuleUtilTest.java:298)
  656.  
  657. matchRequiredVersions_shouldMatchWhenVersionHasWildCardAndIsWithinBoundary(org.openmrs.module.ModuleUtilTest) Time elapsed: 0.016 sec <<< FAILURE!
  658. java.lang.AssertionError: null
  659. at org.junit.Assert.fail(Assert.java:86)
  660. at org.junit.Assert.assertTrue(Assert.java:41)
  661. at org.junit.Assert.assertTrue(Assert.java:52)
  662. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldMatchWhenVersionHasWildCardAndIsWithinBoundary(ModuleUtilTest.java:341)
  663.  
  664. checkRequiredVersion_shouldThrowModuleExceptionIfSNAPSHOTNotHandledCorrectly(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  665. java.lang.AssertionError: Expected exception: org.openmrs.module.ModuleException
  666. at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)
  667. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  668. at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73)
  669. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  670. at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
  671. at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73)
  672. at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
  673. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  674. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  675. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  676. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  677. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  678. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  679. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  680. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  681. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  682. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  683. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  684. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  685. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
  686. at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
  687. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
  688. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
  689. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  690. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  691. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  692.  
  693. matchRequiredVersions_shouldMatchWhenRevisionNumberIsBelowMaximumRevisionNumber(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  694. java.lang.AssertionError: null
  695. at org.junit.Assert.fail(Assert.java:86)
  696. at org.junit.Assert.assertTrue(Assert.java:41)
  697. at org.junit.Assert.assertTrue(Assert.java:52)
  698. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldMatchWhenRevisionNumberIsBelowMaximumRevisionNumber(ModuleUtilTest.java:310)
  699.  
  700. matchRequiredVersions_shouldAllowRangedRequiredVersionWithWildCard(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  701. java.lang.AssertionError: null
  702. at org.junit.Assert.fail(Assert.java:86)
  703. at org.junit.Assert.assertTrue(Assert.java:41)
  704. at org.junit.Assert.assertTrue(Assert.java:52)
  705. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowRangedRequiredVersionWithWildCard(ModuleUtilTest.java:158)
  706.  
  707. matchRequiredVersions_shouldAllowSingleEntryForRequiredVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  708. java.lang.AssertionError: null
  709. at org.junit.Assert.fail(Assert.java:86)
  710. at org.junit.Assert.assertTrue(Assert.java:41)
  711. at org.junit.Assert.assertTrue(Assert.java:52)
  712. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowSingleEntryForRequiredVersion(ModuleUtilTest.java:180)
  713.  
  714. isOpenmrsVersionInVersions_shouldReturnFalseIfCurrentOpenmrsVersionDoesNotMatchAnyElementInVersions(org.openmrs.module.ModuleUtilTest) Time elapsed: 0.016 sec <<< FAILURE!
  715. java.lang.AssertionError: null
  716. at org.junit.Assert.fail(Assert.java:86)
  717. at org.junit.Assert.assertTrue(Assert.java:41)
  718. at org.junit.Assert.assertFalse(Assert.java:64)
  719. at org.junit.Assert.assertFalse(Assert.java:74)
  720. at org.openmrs.module.ModuleUtilTest.isOpenmrsVersionInVersions_shouldReturnFalseIfCurrentOpenmrsVersionDoesNotMatchAnyElementInVersions(ModuleUtilTest.java:138)
  721.  
  722. matchRequiredVersions_shouldAllowNonNumericCharacterRequiredVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  723. java.lang.AssertionError: null
  724. at org.junit.Assert.fail(Assert.java:86)
  725. at org.junit.Assert.assertTrue(Assert.java:41)
  726. at org.junit.Assert.assertTrue(Assert.java:52)
  727. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowNonNumericCharacterRequiredVersion(ModuleUtilTest.java:200)
  728.  
  729. matchRequiredVersions_shouldReturnFalseWhenSingleEntryRequiredVersionBeyondOpenmrsVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  730. java.lang.AssertionError: null
  731. at org.junit.Assert.fail(Assert.java:86)
  732. at org.junit.Assert.assertTrue(Assert.java:41)
  733. at org.junit.Assert.assertFalse(Assert.java:64)
  734. at org.junit.Assert.assertFalse(Assert.java:74)
  735. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldReturnFalseWhenSingleEntryRequiredVersionBeyondOpenmrsVersion(ModuleUtilTest.java:288)
  736.  
  737. matchRequiredVersions_shouldCorrectlySetUpperAndLoweLimitForVersionRangeWithQualifiersAndWildCard(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  738. java.lang.AssertionError: null
  739. at org.junit.Assert.fail(Assert.java:86)
  740. at org.junit.Assert.assertTrue(Assert.java:41)
  741. at org.junit.Assert.assertTrue(Assert.java:52)
  742. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldCorrectlySetUpperAndLoweLimitForVersionRangeWithQualifiersAndWildCard(ModuleUtilTest.java:382)
  743.  
  744. matchRequiredVersions_shouldAllowRequiredVersionWithWildCard(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  745. java.lang.AssertionError: null
  746. at org.junit.Assert.fail(Assert.java:86)
  747. at org.junit.Assert.assertTrue(Assert.java:41)
  748. at org.junit.Assert.assertTrue(Assert.java:52)
  749. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowRequiredVersionWithWildCard(ModuleUtilTest.java:190)
  750.  
  751. matchRequiredVersions_shouldAllowRangedNonNumericCharacterWithWildCardOnOneEnd(org.openmrs.module.ModuleUtilTest) Time elapsed: 0.016 sec <<< FAILURE!
  752. java.lang.AssertionError: null
  753. at org.junit.Assert.fail(Assert.java:86)
  754. at org.junit.Assert.assertTrue(Assert.java:41)
  755. at org.junit.Assert.assertTrue(Assert.java:52)
  756. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowRangedNonNumericCharacterWithWildCardOnOneEnd(ModuleUtilTest.java:230)
  757.  
  758. checkRequiredVersion_shouldThrowModuleExceptionIfSingleEntryRequiredVersionBeyondOpenmrsVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  759. java.lang.AssertionError: Expected exception: org.openmrs.module.ModuleException
  760. at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32)
  761. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  762. at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73)
  763. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  764. at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
  765. at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73)
  766. at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
  767. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:217)
  768. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
  769. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  770. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  771. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  772. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  773. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  774. at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
  775. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
  776. at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
  777. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  778. at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
  779. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
  780. at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
  781. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
  782. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
  783. at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
  784. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
  785. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  786.  
  787. matchRequiredVersions_shouldMatchWhenVersionHasWildCardPlusQualifierAndIsWithinBoundary(org.openmrs.module.ModuleUtilTest) Time elapsed: 0 sec <<< FAILURE!
  788. java.lang.AssertionError: null
  789. at org.junit.Assert.fail(Assert.java:86)
  790. at org.junit.Assert.assertTrue(Assert.java:41)
  791. at org.junit.Assert.assertTrue(Assert.java:52)
  792. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldMatchWhenVersionHasWildCardPlusQualifierAndIsWithinBoundary(ModuleUtilTest.java:361)
  793.  
  794. matchRequiredVersions_shouldAllowRangedNonNumericCharacterRequiredVersion(org.openmrs.module.ModuleUtilTest) Time elapsed: 0.016 sec <<< FAILURE!
  795. java.lang.AssertionError: null
  796. at org.junit.Assert.fail(Assert.java:86)
  797. at org.junit.Assert.assertTrue(Assert.java:41)
  798. at org.junit.Assert.assertTrue(Assert.java:52)
  799. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowRangedNonNumericCharacterRequiredVersion(ModuleUtilTest.java:210)
  800.  
  801. matchRequiredVersions_shouldAllowRangedNonNumericCharacterWithWildCard(org.openmrs.module.ModuleUtilTest) Time elapsed: 0.015 sec <<< FAILURE!
  802. java.lang.AssertionError: null
  803. at org.junit.Assert.fail(Assert.java:86)
  804. at org.junit.Assert.assertTrue(Assert.java:41)
  805. at org.junit.Assert.assertTrue(Assert.java:52)
  806. at org.openmrs.module.ModuleUtilTest.matchRequiredVersions_shouldAllowRangedNonNumericCharacterWithWildCard(ModuleUtilTest.java:220)
  807.  
  808. Running org.openmrs.module.UpdateFileParserTest
  809. Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE! - in org.openmrs.module.UpdateFileParserTest
  810. parse_shouldSetPropertiesUsingNewestUpdate(org.openmrs.module.UpdateFileParserTest) Time elapsed: 0 sec <<< FAILURE!
  811. org.junit.ComparisonFailure: expected:<[1.2]> but was:<[]>
  812. at org.junit.Assert.assertEquals(Assert.java:115)
  813. at org.junit.Assert.assertEquals(Assert.java:144)
  814. at org.openmrs.module.UpdateFileParserTest.parse_shouldSetPropertiesUsingNewestUpdate(UpdateFileParserTest.java:73)
  815.  
  816. parse_shouldNotSetPropertiesUsingUpdatesAheadOfCurrentOpenmrsVersion(org.openmrs.module.UpdateFileParserTest) Time elapsed: 0 sec <<< FAILURE!
  817. org.junit.ComparisonFailure: expected:<[1.1]> but was:<[]>
  818. at org.junit.Assert.assertEquals(Assert.java:115)
  819. at org.junit.Assert.assertEquals(Assert.java:144)
  820. at org.openmrs.module.UpdateFileParserTest.parse_shouldNotSetPropertiesUsingUpdatesAheadOfCurrentOpenmrsVersion(UpdateFileParserTest.java:107)
  821.  
  822. Running org.openmrs.module.VersionComparatorTest
  823. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in org.openmrs.module.VersionComparatorTest
  824. compare_shouldCompareViaNumericValueNotStringValue(org.openmrs.module.VersionComparatorTest) Time elapsed: 0 sec <<< FAILURE!
  825. java.lang.AssertionError:
  826. at org.junit.Assert.fail(Assert.java:88)
  827. at org.junit.Assert.assertTrue(Assert.java:41)
  828. at org.openmrs.module.VersionComparatorTest.compare_shouldCompareViaNumericValueNotStringValue(VersionComparatorTest.java:35)
  829.  
  830. Running org.openmrs.notification.AlertServiceTest
  831. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.676 sec - in org.openmrs.notification.AlertServiceTest
  832. Running org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  833. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.714 sec - in org.openmrs.notification.db.hibernate.HibernateAlertDAOTest
  834. Running org.openmrs.notification.MessageTest
  835. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.notification.MessageTest
  836. Running org.openmrs.obs.AbstractHandlerTest
  837. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.987 sec - in org.openmrs.obs.AbstractHandlerTest
  838. Running org.openmrs.obs.BinaryDataHandlerTest
  839. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.544 sec - in org.openmrs.obs.BinaryDataHandlerTest
  840. Running org.openmrs.obs.BinaryStreamHandlerTest
  841. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.61 sec - in org.openmrs.obs.BinaryStreamHandlerTest
  842. Running org.openmrs.obs.ImageHandlerTest
  843. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.212 sec - in org.openmrs.obs.ImageHandlerTest
  844. Running org.openmrs.obs.MediaHandlerTest
  845. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 sec - in org.openmrs.obs.MediaHandlerTest
  846. Running org.openmrs.obs.TextHandlerTest
  847. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.656 sec - in org.openmrs.obs.TextHandlerTest
  848. Running org.openmrs.ObsBehaviorTest
  849. Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.687 sec - in org.openmrs.ObsBehaviorTest
  850. Running org.openmrs.ObsTest
  851. Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.openmrs.ObsTest
  852. Running org.openmrs.OpenmrsTestAnnotationsTest
  853. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.931 sec - in org.openmrs.OpenmrsTestAnnotationsTest
  854. Running org.openmrs.OpenmrsTestsTest
  855. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 sec - in org.openmrs.OpenmrsTestsTest
  856. Running org.openmrs.order.OrderUtilTest
  857. Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.order.OrderUtilTest
  858. Running org.openmrs.OrderEntryIntegrationTest
  859. Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.417 sec - in org.openmrs.OrderEntryIntegrationTest
  860. Running org.openmrs.OrderGroupTest
  861. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.OrderGroupTest
  862. Running org.openmrs.OrderTest
  863. Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.262 sec - in org.openmrs.OrderTest
  864. Running org.openmrs.OrderTypeTest
  865. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.OrderTypeTest
  866. Running org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  867. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.patient.impl.LuhnIdentifierValidatorTest
  868. Running org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  869. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.patient.impl.VerhoeffIdentifierValidatorTest
  870. Running org.openmrs.PatientProgramTest
  871. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.PatientProgramTest
  872. Running org.openmrs.PatientStateTest
  873. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.PatientStateTest
  874. Running org.openmrs.PatientTest
  875. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.PatientTest
  876. Running org.openmrs.PersonAddressTest
  877. Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.PersonAddressTest
  878. Running org.openmrs.PersonAttributeTest
  879. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.971 sec - in org.openmrs.PersonAttributeTest
  880. Running org.openmrs.PersonNameTest
  881. Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.PersonNameTest
  882. Running org.openmrs.PersonTest
  883. Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.393 sec - in org.openmrs.PersonTest
  884. Running org.openmrs.propertyeditor.CohortEditorTest
  885. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec - in org.openmrs.propertyeditor.CohortEditorTest
  886. Running org.openmrs.propertyeditor.ConceptAnswerEditorTest
  887. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.844 sec - in org.openmrs.propertyeditor.ConceptAnswerEditorTest
  888. Running org.openmrs.propertyeditor.ConceptAnswersEditorTest
  889. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.687 sec - in org.openmrs.propertyeditor.ConceptAnswersEditorTest
  890. Running org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  891. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.026 sec - in org.openmrs.propertyeditor.ConceptAttributeTypeEditorTest
  892. Running org.openmrs.propertyeditor.ConceptClassEditorTest
  893. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.847 sec - in org.openmrs.propertyeditor.ConceptClassEditorTest
  894. Running org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  895. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.031 sec - in org.openmrs.propertyeditor.ConceptDatatypeEditorTest
  896. Running org.openmrs.propertyeditor.ConceptEditorTest
  897. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.823 sec - in org.openmrs.propertyeditor.ConceptEditorTest
  898. Running org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  899. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.851 sec - in org.openmrs.propertyeditor.ConceptMapTypeEditorTest
  900. Running org.openmrs.propertyeditor.ConceptNameEditorTest
  901. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.812 sec - in org.openmrs.propertyeditor.ConceptNameEditorTest
  902. Running org.openmrs.propertyeditor.ConceptNumericEditorTest
  903. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.687 sec - in org.openmrs.propertyeditor.ConceptNumericEditorTest
  904. Running org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  905. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.828 sec - in org.openmrs.propertyeditor.ConceptReferenceTermEditorTest
  906. Running org.openmrs.propertyeditor.ConceptSourceEditorTest
  907. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.938 sec - in org.openmrs.propertyeditor.ConceptSourceEditorTest
  908. Running org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  909. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.propertyeditor.DateOrDatetimeEditorTest
  910. Running org.openmrs.propertyeditor.DrugEditorTest
  911. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.775 sec - in org.openmrs.propertyeditor.DrugEditorTest
  912. Running org.openmrs.propertyeditor.EncounterEditorTest
  913. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.766 sec - in org.openmrs.propertyeditor.EncounterEditorTest
  914. Running org.openmrs.propertyeditor.EncounterTypeEditorTest
  915. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.781 sec - in org.openmrs.propertyeditor.EncounterTypeEditorTest
  916. Running org.openmrs.propertyeditor.FormEditorTest
  917. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.937 sec - in org.openmrs.propertyeditor.FormEditorTest
  918. Running org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  919. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.031 sec - in org.openmrs.propertyeditor.LocationAttributeTypeEditorTest
  920. Running org.openmrs.propertyeditor.LocationEditorTest
  921. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.687 sec - in org.openmrs.propertyeditor.LocationEditorTest
  922. Running org.openmrs.propertyeditor.LocationTagEditorTest
  923. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.093 sec - in org.openmrs.propertyeditor.LocationTagEditorTest
  924. Running org.openmrs.propertyeditor.OrderEditorTest
  925. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.594 sec - in org.openmrs.propertyeditor.OrderEditorTest
  926. Running org.openmrs.propertyeditor.PatientEditorTest
  927. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.937 sec - in org.openmrs.propertyeditor.PatientEditorTest
  928. Running org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  929. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.719 sec - in org.openmrs.propertyeditor.PatientIdentifierTypeEditorTest
  930. Running org.openmrs.propertyeditor.PersonAttributeEditorTest
  931. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.609 sec - in org.openmrs.propertyeditor.PersonAttributeEditorTest
  932. Running org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  933. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.844 sec - in org.openmrs.propertyeditor.PersonAttributeTypeEditorTest
  934. Running org.openmrs.propertyeditor.PersonEditorTest
  935. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.718 sec - in org.openmrs.propertyeditor.PersonEditorTest
  936. Running org.openmrs.propertyeditor.PrivilegeEditorTest
  937. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.906 sec - in org.openmrs.propertyeditor.PrivilegeEditorTest
  938. Running org.openmrs.propertyeditor.ProgramEditorTest
  939. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.64 sec - in org.openmrs.propertyeditor.ProgramEditorTest
  940. Running org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  941. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.75 sec - in org.openmrs.propertyeditor.ProgramWorkflowEditorTest
  942. Running org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  943. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.953 sec - in org.openmrs.propertyeditor.ProgramWorkflowStateEditorTest
  944. Running org.openmrs.propertyeditor.ProviderEditorTest
  945. Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.671 sec - in org.openmrs.propertyeditor.ProviderEditorTest
  946. Running org.openmrs.propertyeditor.RoleEditorTest
  947. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.766 sec - in org.openmrs.propertyeditor.RoleEditorTest
  948. Running org.openmrs.propertyeditor.UserEditorTest
  949. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.781 sec - in org.openmrs.propertyeditor.UserEditorTest
  950. Running org.openmrs.propertyeditor.VisitEditorTest
  951. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.735 sec - in org.openmrs.propertyeditor.VisitEditorTest
  952. Running org.openmrs.propertyeditor.VisitTypeEditorTest
  953. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.797 sec - in org.openmrs.propertyeditor.VisitTypeEditorTest
  954. Running org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  955. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.609 sec - in org.openmrs.propertyeditor.WorkflowCollectionEditorTest
  956. Running org.openmrs.ProviderTest
  957. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.ProviderTest
  958. Running org.openmrs.RoleTest
  959. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.RoleTest
  960. Running org.openmrs.scheduler.SchedulerServiceTest
  961. Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.openmrs.scheduler.SchedulerServiceTest
  962. Running org.openmrs.scheduler.SchedulerUtilTest
  963. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.scheduler.SchedulerUtilTest
  964. Running org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  965. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.875 sec - in org.openmrs.scheduler.timer.TimerSchedulerServiceImplTest
  966. Running org.openmrs.serialization.JavaSerializationTest
  967. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.openmrs.serialization.JavaSerializationTest
  968. Running org.openmrs.serialization.SimpleXStreamSerializerTest
  969. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.openmrs.serialization.SimpleXStreamSerializerTest
  970. Running org.openmrs.SimpleDosingInstructionsTest
  971. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.844 sec - in org.openmrs.SimpleDosingInstructionsTest
  972. Running org.openmrs.test.matchers.HasFieldErrorsTest
  973. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.test.matchers.HasFieldErrorsTest
  974. Running org.openmrs.test.matchers.HasGlobalErrorsTest
  975. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.test.matchers.HasGlobalErrorsTest
  976. Running org.openmrs.TestOrderTest
  977. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.TestOrderTest
  978. Running org.openmrs.UserTest
  979. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.UserTest
  980. Running org.openmrs.util.DatabaseUpdaterTest
  981. INFO 4/21/19 9:17 PM:liquibase: Creating database history table with name: LIQUIBASECHANGELOG
  982. INFO 4/21/19 9:17 PM:liquibase: Reading from LIQUIBASECHANGELOG
  983. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.789 sec - in org.openmrs.util.DatabaseUpdaterTest
  984. Running org.openmrs.util.DateUtilTest
  985. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.DateUtilTest
  986. Running org.openmrs.util.DoubleRangeTest
  987. Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.DoubleRangeTest
  988. Running org.openmrs.util.DrugsByNameComparatorTest
  989. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.DrugsByNameComparatorTest
  990. Running org.openmrs.util.ExceptionUtilTest
  991. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.ExceptionUtilTest
  992. Running org.openmrs.util.FormatTest
  993. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.FormatTest
  994. Running org.openmrs.util.GraphTest
  995. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.GraphTest
  996. Running org.openmrs.util.HandlerUtilTest
  997. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.866 sec - in org.openmrs.util.HandlerUtilTest
  998. Running org.openmrs.util.HttpClientTest
  999. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.openmrs.util.HttpClientTest
  1000. Running org.openmrs.util.HttpUrlTest
  1001. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.HttpUrlTest
  1002. Running org.openmrs.util.JavaVersionTest
  1003. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.861 sec - in org.openmrs.util.JavaVersionTest
  1004. Running org.openmrs.util.LocaleUtilityTest
  1005. Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.247 sec - in org.openmrs.util.LocaleUtilityTest
  1006. Running org.openmrs.util.LocationUtilityTest
  1007. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.827 sec - in org.openmrs.util.LocationUtilityTest
  1008. Running org.openmrs.util.NaturalStringsTest
  1009. Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.openmrs.util.NaturalStringsTest
  1010. Running org.openmrs.util.OpenmrsSecurityManagerTest
  1011. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.openmrs.util.OpenmrsSecurityManagerTest
  1012. Running org.openmrs.util.OpenmrsUtilTest
  1013. Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.583 sec - in org.openmrs.util.OpenmrsUtilTest
  1014. Running org.openmrs.util.OpenmrsUtilUnitTest
  1015. Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.openmrs.util.OpenmrsUtilUnitTest
  1016. Running org.openmrs.util.PersonByNameComparatorTest
  1017. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.PersonByNameComparatorTest
  1018. Running org.openmrs.util.ProviderByPersonNameComparatorTest
  1019. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.ProviderByPersonNameComparatorTest
  1020. Running org.openmrs.util.ReflectTest
  1021. Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.ReflectTest
  1022. Running org.openmrs.util.SecurityTest
  1023. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.064 sec - in org.openmrs.util.SecurityTest
  1024. Running org.openmrs.util.UpgradeUtilTest
  1025. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.78 sec - in org.openmrs.util.UpgradeUtilTest
  1026. Running org.openmrs.util.UserByNameComparatorTest
  1027. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.util.UserByNameComparatorTest
  1028. Running org.openmrs.validator.AlertValidatorTest
  1029. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.885 sec - in org.openmrs.validator.AlertValidatorTest
  1030. Running org.openmrs.validator.AllergyValidatorTest
  1031. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.582 sec - in org.openmrs.validator.AllergyValidatorTest
  1032. Running org.openmrs.validator.BaseAttributeTypeValidatorTest
  1033. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.459 sec - in org.openmrs.validator.BaseAttributeTypeValidatorTest
  1034. Running org.openmrs.validator.CohortValidatorTest
  1035. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.356 sec - in org.openmrs.validator.CohortValidatorTest
  1036. Running org.openmrs.validator.ConceptAttributeTypeValidatorTest
  1037. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.046 sec - in org.openmrs.validator.ConceptAttributeTypeValidatorTest
  1038. Running org.openmrs.validator.ConceptClassValidatorTest
  1039. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.982 sec - in org.openmrs.validator.ConceptClassValidatorTest
  1040. Running org.openmrs.validator.ConceptDatatypeValidatorTest
  1041. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.735 sec - in org.openmrs.validator.ConceptDatatypeValidatorTest
  1042. Running org.openmrs.validator.ConceptDrugValidatorTest
  1043. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.validator.ConceptDrugValidatorTest
  1044. Running org.openmrs.validator.ConceptMapTypeValidatorTest
  1045. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.826 sec - in org.openmrs.validator.ConceptMapTypeValidatorTest
  1046. Running org.openmrs.validator.ConceptNameTagValidatorTest
  1047. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.929 sec - in org.openmrs.validator.ConceptNameTagValidatorTest
  1048. Running org.openmrs.validator.ConceptReferenceTermValidatorTest
  1049. [Field error in object 'term' on field 'conceptReferenceTermMaps[1].termB': rejected value [weight term(WGT234)]; codes [ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.org.openmrs.ConceptReferenceTerm,ConceptReferenceTerm.termToTerm.alreadyMapped]; arguments []; default message [Cannot map a reference term multiple times to the same concept reference term]]
  1050. Tests run: 18, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 2.843 sec - in org.openmrs.validator.ConceptReferenceTermValidatorTest
  1051. Running org.openmrs.validator.ConceptSourceValidatorTest
  1052. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.812 sec - in org.openmrs.validator.ConceptSourceValidatorTest
  1053. Running org.openmrs.validator.ConceptValidatorTest
  1054. Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.1 sec - in org.openmrs.validator.ConceptValidatorTest
  1055. Running org.openmrs.validator.ConditionValidatorTest
  1056. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.validator.ConditionValidatorTest
  1057. Running org.openmrs.validator.DiagnosisValidatorTest
  1058. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.727 sec - in org.openmrs.validator.DiagnosisValidatorTest
  1059. Running org.openmrs.validator.DrugOrderValidatorTest
  1060. Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.953 sec - in org.openmrs.validator.DrugOrderValidatorTest
  1061. Running org.openmrs.validator.DrugValidatorTest
  1062. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.995 sec - in org.openmrs.validator.DrugValidatorTest
  1063. Running org.openmrs.validator.EncounterRoleValidatorTest
  1064. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.828 sec - in org.openmrs.validator.EncounterRoleValidatorTest
  1065. Running org.openmrs.validator.EncounterTypeValidatorTest
  1066. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.945 sec - in org.openmrs.validator.EncounterTypeValidatorTest
  1067. Running org.openmrs.validator.EncounterValidatorTest
  1068. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3 sec - in org.openmrs.validator.EncounterValidatorTest
  1069. Running org.openmrs.validator.FieldTypeValidatorTest
  1070. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.823 sec - in org.openmrs.validator.FieldTypeValidatorTest
  1071. Running org.openmrs.validator.FieldValidatorTest
  1072. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.789 sec - in org.openmrs.validator.FieldValidatorTest
  1073. Running org.openmrs.validator.FormValidatorTest
  1074. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.783 sec - in org.openmrs.validator.FormValidatorTest
  1075. Running org.openmrs.validator.HL7SourceValidatorTest
  1076. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.892 sec - in org.openmrs.validator.HL7SourceValidatorTest
  1077. Running org.openmrs.validator.ImplementationIdValidatorTest
  1078. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.963 sec - in org.openmrs.validator.ImplementationIdValidatorTest
  1079. Running org.openmrs.validator.LocationAttributeTypeValidatorTest
  1080. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.124 sec - in org.openmrs.validator.LocationAttributeTypeValidatorTest
  1081. Running org.openmrs.validator.LocationTagValidatorTest
  1082. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.119 sec - in org.openmrs.validator.LocationTagValidatorTest
  1083. Running org.openmrs.validator.LocationValidatorTest
  1084. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.953 sec - in org.openmrs.validator.LocationValidatorTest
  1085. Running org.openmrs.validator.ObsValidatorTest
  1086. Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.053 sec - in org.openmrs.validator.ObsValidatorTest
  1087. Running org.openmrs.validator.OrderFrequencyValidatorTest
  1088. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.844 sec - in org.openmrs.validator.OrderFrequencyValidatorTest
  1089. Running org.openmrs.validator.OrderTypeValidatorTest
  1090. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.792 sec - in org.openmrs.validator.OrderTypeValidatorTest
  1091. Running org.openmrs.validator.OrderValidatorTest
  1092. Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.25 sec - in org.openmrs.validator.OrderValidatorTest
  1093. Running org.openmrs.validator.PatientIdentifierTypeValidatorTest
  1094. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.096 sec - in org.openmrs.validator.PatientIdentifierTypeValidatorTest
  1095. Running org.openmrs.validator.PatientIdentifierValidatorTest
  1096. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.618 sec - in org.openmrs.validator.PatientIdentifierValidatorTest
  1097. Running org.openmrs.validator.PatientProgramValidatorTest
  1098. Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.04 sec - in org.openmrs.validator.PatientProgramValidatorTest
  1099. Running org.openmrs.validator.PatientValidatorTest
  1100. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.859 sec - in org.openmrs.validator.PatientValidatorTest
  1101. Running org.openmrs.validator.PersonAddressValidatorTest
  1102. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.885 sec - in org.openmrs.validator.PersonAddressValidatorTest
  1103. Running org.openmrs.validator.PersonAttributeTypeValidatorTest
  1104. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.719 sec - in org.openmrs.validator.PersonAttributeTypeValidatorTest
  1105. Running org.openmrs.validator.PersonMergeLogValidatorTest
  1106. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.865 sec - in org.openmrs.validator.PersonMergeLogValidatorTest
  1107. Running org.openmrs.validator.PersonNameValidatorTest
  1108. Tests run: 59, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 3.266 sec - in org.openmrs.validator.PersonNameValidatorTest
  1109. Running org.openmrs.validator.PersonValidatorTest
  1110. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.703 sec - in org.openmrs.validator.PersonValidatorTest
  1111. Running org.openmrs.validator.PrivilegeValidatorTest
  1112. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.703 sec - in org.openmrs.validator.PrivilegeValidatorTest
  1113. Running org.openmrs.validator.ProgramValidatorTest
  1114. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.741 sec - in org.openmrs.validator.ProgramValidatorTest
  1115. Running org.openmrs.validator.ProviderAttributeTypeValidatorTest
  1116. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.765 sec - in org.openmrs.validator.ProviderAttributeTypeValidatorTest
  1117. Running org.openmrs.validator.ProviderValidatorTest
  1118. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.86 sec - in org.openmrs.validator.ProviderValidatorTest
  1119. Running org.openmrs.validator.RelationshipTypeValidatorTest
  1120. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.789 sec - in org.openmrs.validator.RelationshipTypeValidatorTest
  1121. Running org.openmrs.validator.RelationshipValidatorTest
  1122. Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.723 sec - in org.openmrs.validator.RelationshipValidatorTest
  1123. Running org.openmrs.validator.RequireNameValidatorTest
  1124. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.openmrs.validator.RequireNameValidatorTest
  1125. Running org.openmrs.validator.RoleValidatorTest
  1126. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813 sec - in org.openmrs.validator.RoleValidatorTest
  1127. Running org.openmrs.validator.SchedulerFormValidatorTest
  1128. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.847 sec - in org.openmrs.validator.SchedulerFormValidatorTest
  1129. Running org.openmrs.validator.StateConversionValidatorTest
  1130. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.821 sec - in org.openmrs.validator.StateConversionValidatorTest
  1131. Running org.openmrs.validator.TestOrderValidatorTest
  1132. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.909 sec - in org.openmrs.validator.TestOrderValidatorTest
  1133. Running org.openmrs.validator.UserValidatorTest
  1134. Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.009 sec - in org.openmrs.validator.UserValidatorTest
  1135. Running org.openmrs.validator.ValidateUtilTest
  1136. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.801 sec - in org.openmrs.validator.ValidateUtilTest
  1137. Running org.openmrs.validator.VisitAttributeTypeValidatorTest
  1138. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.739 sec - in org.openmrs.validator.VisitAttributeTypeValidatorTest
  1139. Running org.openmrs.validator.VisitTypeValidatorTest
  1140. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.765 sec - in org.openmrs.validator.VisitTypeValidatorTest
  1141. Running org.openmrs.validator.VisitValidatorTest
  1142. Tests run: 27, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.313 sec - in org.openmrs.validator.VisitValidatorTest
  1143.  
  1144. Results :
  1145.  
  1146. Failed tests:
  1147. OpenmrsProfileExcludeFilterWithModulesTest.match_shouldNotIncludeBeanIfModuleIsStarted Some of the modules did not start successfully for OpenmrsProfileExcludeFilterWithModulesTest. Only 0 modules started instead of 1
  1148. StartModuleAnnotationReuseTest.shouldPass Some of the modules did not start successfully for StartModuleAnnotationReuseTest. Only 0 modules started instead of 1
  1149. ModuleActivatorTest.shouldCallWillStartOnStartup:27 null
  1150. ModuleActivatorTest.shouldCallWillStopAndStoppedOnShutdown:113 null
  1151. ModuleActivatorTest.shouldCallWillStopAndStoppedOnUnloadModule:165 null
  1152. ModuleActivatorTest.shouldCallWillStopAndStoppedOnlyForStoppedModule:69 null
  1153. ModuleActivatorTest.shouldExcludePreviouslyStoppedModulesOnShutdown:139 null
  1154. ModuleActivatorTest.shouldStopDependantModulesOnStopModule:86 null
  1155. ModuleClassLoaderTest.shouldResourceBeIncluded_shouldReturnFalseIfFileMatchesAndOpenmrsVersionMatchesButModuleVersionDoesNotMatch:217
  1156. Expected: is <false>
  1157. but: was <true>
  1158. ModuleClassLoaderTest.shouldResourceBeIncluded_shouldReturnTrueIfFileMatchesAndModuleVersionMatches:115
  1159. Expected: is <true>
  1160. but: was <false>
  1161. ModuleClassLoaderTest.shouldResourceBeIncluded_shouldReturnTrueIfFileMatchesAndOpenmrsVersionMatches:52
  1162. Expected: is <true>
  1163. but: was <false>
  1164. ModuleFactoryTest.startModule_shouldStartAllDependencies:120 null
  1165. ModuleInteroperabilityTest.shouldAllowModuleAToLoadModuleBIfARequiresB Some of the modules did not start successfully for ModuleInteroperabilityTest. Only 0 modules started instead of 2
  1166. ModuleUtilTest.checkRequiredVersion_shouldThrowModuleExceptionIfSNAPSHOTNotHandledCorrectly Expected exception: org.openmrs.module.ModuleException
  1167. ModuleUtilTest.checkRequiredVersion_shouldThrowModuleExceptionIfSingleEntryRequiredVersionBeyondOpenmrsVersion Expected exception: org.openmrs.module.ModuleException
  1168. ModuleUtilTest.compareVersion_shouldCorrectlyComparingTwoVersionNumbers:500 null
  1169. ModuleUtilTest.compareVersion_shouldTreatSNAPSHOTAsEarliestVersion:510 null
  1170. ModuleUtilTest.isOpenmrsVersionInVersions_shouldReturnFalseIfCurrentOpenmrsVersionDoesNotMatchAnyElementInVersions:138 null
  1171. ModuleUtilTest.matchRequiredVersions_shouldAllowNonNumericCharacterRequiredVersion:200 null
  1172. ModuleUtilTest.matchRequiredVersions_shouldAllowRangedNonNumericCharacterRequiredVersion:210 null
  1173. ModuleUtilTest.matchRequiredVersions_shouldAllowRangedNonNumericCharacterWithWildCard:220 null
  1174. ModuleUtilTest.matchRequiredVersions_shouldAllowRangedNonNumericCharacterWithWildCardOnOneEnd:230 null
  1175. ModuleUtilTest.matchRequiredVersions_shouldAllowRangedRequiredVersion:148 null
  1176. ModuleUtilTest.matchRequiredVersions_shouldAllowRangedRequiredVersionWithWildCard:158 null
  1177. ModuleUtilTest.matchRequiredVersions_shouldAllowRangedRequiredVersionWithWildCardOnOneEnd:168 null
  1178. ModuleUtilTest.matchRequiredVersions_shouldAllowReleaseTypeInTheVersion:298 null
  1179. ModuleUtilTest.matchRequiredVersions_shouldAllowRequiredVersionWithWildCard:190 null
  1180. ModuleUtilTest.matchRequiredVersions_shouldAllowSingleEntryForRequiredVersion:180 null
  1181. ModuleUtilTest.matchRequiredVersions_shouldCorrectlySetUpperAndLoweLimitForVersionRangeWithQualifiersAndWildCard:382 null
  1182. ModuleUtilTest.matchRequiredVersions_shouldMatchWhenRevisionNumberIsBelowMaximumRevisionNumber:310 null
  1183. ModuleUtilTest.matchRequiredVersions_shouldMatchWhenVersionHasWildCardAndIsWithinBoundary:341 null
  1184. ModuleUtilTest.matchRequiredVersions_shouldMatchWhenVersionHasWildCardPlusQualifierAndIsWithinBoundary:361 null
  1185. ModuleUtilTest.matchRequiredVersions_shouldReturnFalseWhenSingleEntryRequiredVersionBeyondOpenmrsVersion:288 null
  1186. UpdateFileParserTest.parse_shouldNotSetPropertiesUsingUpdatesAheadOfCurrentOpenmrsVersion:107 expected:<[1.1]> but was:<[]>
  1187. UpdateFileParserTest.parse_shouldSetPropertiesUsingNewestUpdate:73 expected:<[1.2]> but was:<[]>
  1188. VersionComparatorTest.compare_shouldCompareViaNumericValueNotStringValue:35
  1189. Tests in error:
  1190. OpenmrsProfileExcludeFilterTest.match_shouldIncludeBeanForOpenmrs1_10AndLater:36 ▒ NoSuchBeanDefinition
  1191. OpenmrsProfileExcludeFilterTest.match_shouldIncludeBeanForOpenmrs1_8AndLater:46 ▒ NoSuchBeanDefinition
  1192. OpenmrsProfileIncludeFilterTest.match_shouldCreateBeanForOpenmrs1_8AndLater:29 ▒ NoSuchBeanDefinition
  1193. ContextWithModuleTest.loadClass_shouldLoadClassWithOpenmrsClassLoader:68 ▒ ClassNotFound
  1194. ModuleFactoryTest.loadModule_shouldNotLoadModuleIfAlreadyLoaded ▒ Unexpected ...
  1195.  
  1196. Tests run: 4117, Failures: 36, Errors: 5, Skipped: 37
  1197.  
  1198. [INFO] ------------------------------------------------------------------------
  1199. [INFO] Reactor Summary for OpenMRS 2.3.0-SNAPSHOT:
  1200. [INFO]
  1201. [INFO] OpenMRS ............................................ SUCCESS [ 10.550 s]
  1202. [INFO] openmrs-tools ...................................... SUCCESS [ 4.303 s]
  1203. [INFO] openmrs-test ....................................... SUCCESS [ 0.424 s]
  1204. [INFO] openmrs-api ........................................ FAILURE [31:12 min]
  1205. [INFO] openmrs-web ........................................ SKIPPED
  1206. [INFO] openmrs-webapp ..................................... SKIPPED
  1207. [INFO] ------------------------------------------------------------------------
  1208. [INFO] BUILD FAILURE
  1209. [INFO] ------------------------------------------------------------------------
  1210. [INFO] Total time: 31:28 min
  1211. [INFO] Finished at: 2019-04-21T21:20:31+03:00
  1212. [INFO] ------------------------------------------------------------------------
  1213. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project openmrs-api: There are test failures.
  1214. [ERROR]
  1215. [ERROR] Please refer to C:\Users\Admin\core\api\target\surefire-reports for the individual test results.
  1216. [ERROR] -> [Help 1]
  1217. [ERROR]
  1218. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1219. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1220. [ERROR]
  1221. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1222. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  1223. [ERROR]
  1224. [ERROR] After correcting the problems, you can resume the build with the command
  1225. [ERROR] mvn <goals> -rf :openmrs-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement