OSDN Git Service

Make test runner parser detect runs with no tests.
authorBrett Chabot <brettchabot@android.com>
Mon, 19 Apr 2010 20:32:08 +0000 (13:32 -0700)
committerBrett Chabot <brettchabot@android.com>
Tue, 20 Apr 2010 01:14:53 +0000 (18:14 -0700)
commit88f8a8b41ed66b09aae26e50a3cdf5636a774a06
tree68bcf2d6f9d750280fa24da7ba0c36e75dd1fdcd
parentdd47b5fd5a36ca572125a50ea50fb217b865cad7
Make test runner parser detect runs with no tests.

Add logic to differeniate between an incomplete test run, and a test run which
completed successfully but has no tests.

Fixes bug http://b.android.com/7830

Change-Id: I54068de73e068faae6e34779b91665f6d1dc1a47
ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/InstrumentationResultParser.java
ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/InstrumentationResultParserTest.java