OSDN Git Service

update runtest due to libcore location change
authorGuang Zhu <guangzhu@google.com>
Sat, 12 Jun 2010 01:46:56 +0000 (18:46 -0700)
committerGuang Zhu <guangzhu@google.com>
Sat, 12 Jun 2010 01:46:56 +0000 (18:46 -0700)
Change-Id: I2f273c8952ad60b999c964b3c223cae2b52d83bd

testrunner/test_defs/instrumentation_test.py

index 9d2f779..40d6bed 100644 (file)
@@ -17,9 +17,6 @@
 
 """TestSuite definition for Android instrumentation tests."""
 
-# python imports
-import os
-
 # local imports
 import coverage
 import errors
@@ -33,7 +30,7 @@ class InstrumentationTestSuite(test_suite.AbstractTestSuite):
   DEFAULT_RUNNER = "android.test.InstrumentationTestRunner"
 
   # dependency on libcore (used for Emma)
-  _LIBCORE_BUILD_PATH = os.path.join("dalvik", "libcore")
+  _LIBCORE_BUILD_PATH = "libcore"
 
   def __init__(self):
     test_suite.AbstractTestSuite.__init__(self)