You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project using the new AEM 6.1 SP1 uber-jar and used your project as a starting point. Just wanted to give you a heads up that I'm getting the following unit test error:
T E S T S
Running com.adobe.people.justinedelson.uberjardemo.impl.ClassWhichHasAEMInterfacePassedInTest
objc[81350]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 sec - in com.adobe.people.justinedelson.uberjardemo.impl.ClassWhichHasAEMInterfacePassedInTest
Running com.adobe.people.justinedelson.uberjardemo.impl.ComponentWhichHasAEMInterfaceInjectedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! - in com.adobe.people.justinedelson.uberjardemo.impl.ComponentWhichHasAEMInterfaceInjectedTest
test_that_long_string_is_trimmed(com.adobe.people.justinedelson.uberjardemo.impl.ComponentWhichHasAEMInterfaceInjectedTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.InternalError
The text was updated successfully, but these errors were encountered:
I'm working on a project using the new AEM 6.1 SP1 uber-jar and used your project as a starting point. Just wanted to give you a heads up that I'm getting the following unit test error:
T E S T S
Running com.adobe.people.justinedelson.uberjardemo.impl.ClassWhichHasAEMInterfacePassedInTest
objc[81350]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 sec - in com.adobe.people.justinedelson.uberjardemo.impl.ClassWhichHasAEMInterfacePassedInTest
Running com.adobe.people.justinedelson.uberjardemo.impl.ComponentWhichHasAEMInterfaceInjectedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE! - in com.adobe.people.justinedelson.uberjardemo.impl.ComponentWhichHasAEMInterfaceInjectedTest
test_that_long_string_is_trimmed(com.adobe.people.justinedelson.uberjardemo.impl.ComponentWhichHasAEMInterfaceInjectedTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.InternalError
The text was updated successfully, but these errors were encountered: