OSDN Git Service

Fix multi-line parsing issue from running instrumentations. This fix means that...
authorBill Napier <napier@google.com>
Mon, 19 Jul 2010 20:37:22 +0000 (13:37 -0700)
committerBill Napier <napier@google.com>
Tue, 27 Jul 2010 23:10:16 +0000 (16:10 -0700)
commitf00f7e42c389c809bf475681df998e77a5baa9e4
tree0644967577edcf024309dcf3c815abb5d16e7fcf
parentea1113825c3906a31a79ed03c41819ec4c56adf7
Fix multi-line parsing issue from running instrumentations.  This fix means that monkeyrunner can now get back the "stream" from an InstrumentationTestCase.

Change-Id: Ie93b70bd5ccd8155e76006a6b968c8ef183710d7
tools/monkeyrunner/src/com/android/monkeyrunner/adb/AdbMonkeyDevice.java
tools/monkeyrunner/test/com/android/monkeyrunner/AllTests.java
tools/monkeyrunner/test/com/android/monkeyrunner/adb/AdbMonkeyDeviceTest.java [new file with mode: 0644]
tools/monkeyrunner/test/resources/com/android/monkeyrunner/adb/instrument_result.txt [new file with mode: 0644]
tools/monkeyrunner/test/resources/com/android/monkeyrunner/adb/multiline_instrument_result.txt [new file with mode: 0644]