Collapse |
Failed
|
DefaultAppManagerTest
shouldDeployToDeployedNameDirectory
History
|
Build and test Module |
< 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 |
Failed
|
DefaultAppManagerTest
shouldOverwriteAppWithSameDeployedName
History
|
Build and test Module |
< 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 |
Failed
|
DefaultAppManagerTest
shouldNotifyListenerWhenInstallingApp
History
|
Build and test Module |
< 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 |
Failed
|
DefaultAppManagerTest
shouldNotifyListenerWhenDeletingApp
History
|
Build and test Module |
< 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 |
Failed
|
AddAppControllerTest
testUploadofZipFilewithProperManifest
History
|
Build and test Module |
< 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 |
Failed
|
OwaRestControllerTest
upload_caseProperZipFile
History
|
Build and test Module |
< 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...)
|