Run it a few times to be sure it's failing. This test shouldn't fail, but isn't as stable as it should be.
On Fri, Jan 29, 2016, 2:41 PM Carlos Santana <[email protected]> wrote: > 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 >
