| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Iea659ca03c864db79f53154a419d32dece9aba66
|
|
|
|
| |
Change-Id: I5412777820c8b0e691d07b10df348a739f92f291
|
|
|
|
|
|
|
| |
Move stuff out of sdklib into common and ide_common.
Remove androidprefs and move the one class into common.
Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extra arguments passed to instrument are silently ignored. This could lead
to some confusion when instrument is invoked with extra arguments that are
expected to alter the instrumentation being run.
A common use case for this is when 'instrument' is invoked from monkeyrunner
to run all the tests in one class:
device.instrument(pkg, { 'class':'com.example.test.MyTests' })
without this patch, the previous method will run all the tests in pkg.
Change-Id: I908d49422fe2755a1bcf562c2d040651b9691a6a
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sometimes the node's property is not 'text:mText' but just 'mText'.
A new test was added to getText() to check for both properties and not
throwing unnecessarily the RuntimeException("No text property on node").
This has been tested by monkyrunner tests using EasyMonkeyDevice that runs
correctly after this patch is applied.
Change-Id: I5399169b906e28eeee0a17ab298a724cc5bb9b51
Signed-off-by: Diego Torres Milano <dtmilano@gmail.com>
|
|/
|
|
| |
Change-Id: Ieb6ea82e0cb914b9f586b798c350dedd7200ab7c
|
|
|
|
|
|
| |
This method is aligned with how hierarchyviewer2 finds adb.
Change-Id: I56a5a12e3e6ff592748a3afee18299d16066a537
|
|
|
|
| |
Change-Id: I0e44f6d2c51c99cb0409087a77e2916b630051da
|
|
|
|
| |
Change-Id: Icbe5bcb066021d578faae43aa49b58ab1595870b
|
|
|
|
|
|
|
| |
Extracted ChimpChat, the library for communication with Monkey from
MonkeyRunner
Change-Id: Ia9f966549d27abc9f494b2b001099d8130dea376
|
|
Change-Id: Ia9ba8bb572e029bf3c838605feae55b2f91f16eb
|