mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
56d585567f
Fixed testPrefsObserver to use the correct requestId for unregistering observers. Changed all tests to use th same hexadecimal constant, per Kats's feedback. Asking for actual review now. Local robocop testing shows the failing tests on try now pass locally, so I'm assuming I have fixed the issues... |
||
---|---|---|
.. | ||
res/values | ||
Actions.java.in | ||
AndroidManifest.xml.in | ||
Assert.java.in | ||
Driver.java.in | ||
Element.java.in | ||
FennecInstrumentationTestRunner.java.in | ||
FennecMochitestAssert.java.in | ||
FennecNativeActions.java.in | ||
FennecNativeDriver.java.in | ||
FennecNativeElement.java.in | ||
FennecTalosAssert.java.in | ||
Makefile.in | ||
moz.build | ||
PaintedSurface.java.in | ||
README | ||
RoboCopException.java.in | ||
RobocopUtils.java.in | ||
robotium-solo-4.2.jar |
Robocop is a Mozilla project which uses Robotium to test Firefox on Android devices. Robotium is an open source tool licensed under the Apache 2.0 license and the original source can be found here: http://code.google.com/p/robotium/ We are including robotium-solo-4.2.jar as a binary and are not modifying it in any way from the original download found at: http://code.google.com/p/robotium/ Firefox for Android developers should read the documentation in mobile/android/base/tests/README.rst.