I working on getting my environment and all test pass except for one

junit.framework.AssertionFailedError
at org.apache.cordova.test.HtmlNotFoundTest$1.run(HtmlNotFoundTest.java:36)
at
android.test.InstrumentationTestCase$1.run(InstrumentationTestCase.java:138)
at android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:1871)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5254)
at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)

Are the tests wrong, or my setup missing something I followed the
instructions in the README.md in the test folder


[1]: https://github.com/apache/cordova-android/blob/master/test/README.md

Reply via email to