OpenMRS Open Web Apps Module CI Plan
Build: #30 failed
Job: Build and test Module failed
Job result summary
- Completed
- Duration
- 37 seconds
- Revision
-
cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759
cf8ba64c6e03afc4a1f5d0eb37bf8a9a15823759 - Total tests
- 17
- Fixed in
- #31 (Code changes detected)
Tests
- 17 tests in total
- 6 tests failed
- 6 failures are new
- 17 seconds taken in total.
Status | Test | Duration | |
---|---|---|---|
Collapse |
DefaultAppManagerTest
shouldDeployToDeployedNameDirectory
|
< 1 sec | |
java.io.FileNotFoundException: owa/uicommons-customized (Is a directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:101) at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161) at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116) at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldDeployToDeployedNameDirectory(DefaultAppManagerTest.java:86) (37 more lines...) |
|||
Collapse |
DefaultAppManagerTest
shouldNotifyListenerWhenDeletingApp
|
< 1 sec | |
java.io.FileNotFoundException: owa/designer (Is a directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:101) at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161) at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116) at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldNotifyListenerWhenDeletingApp(DefaultAppManagerTest.java:68) (37 more lines...) |
|||
Collapse |
DefaultAppManagerTest
shouldNotifyListenerWhenInstallingApp
|
< 1 sec | |
java.io.FileNotFoundException: owa/designer (Is a directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:101) at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161) at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116) at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldNotifyListenerWhenInstallingApp(DefaultAppManagerTest.java:60) (37 more lines...) |
|||
Collapse |
DefaultAppManagerTest
shouldOverwriteAppWithSameDeployedName
|
< 1 sec | |
java.io.FileNotFoundException: owa/uicommons-customized (Is a directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:101) at org.openmrs.module.owa.impl.DefaultAppManager.unzip(DefaultAppManager.java:161) at org.openmrs.module.owa.impl.DefaultAppManager.installApp(DefaultAppManager.java:116) at org.openmrs.module.owa.impl.DefaultAppManagerTest.shouldOverwriteAppWithSameDeployedName(DefaultAppManagerTest.java:103) (37 more lines...) |
|||
Collapse |
AddAppControllerTest
testUploadofZipFilewithProperManifest
|
< 1 sec | |
java.lang.AssertionError: expected:<owa.app_installed> but was:<null> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:144) at org.openmrs.module.owa.web.controller.AddAppControllerTest.testUploadofZipFilewithProperManifest(AddAppControllerTest.java:95) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) (35 more lines...) |
|||
Collapse |
OwaRestControllerTest
upload_caseProperZipFile
|
< 1 sec | |
java.lang.AssertionError: expected:<owa.app_installed> but was:<null> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:144) at org.openmrs.module.owa.web.controller.OwaRestControllerTest.upload_caseProperZipFile(OwaRestControllerTest.java:116) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) (35 more lines...) |