am f5c73101: Merge "dependent change for "parse instrumentation result bundles" in sdk"

Merge commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf' into gingerbread-plus-aosp

* commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf':
  dependent change for "parse instrumentation result bundles" in sdk
This commit is contained in:
Jean-Baptiste Queru
2010-07-23 15:32:45 -07:00
committed by Android Git Automerger

View File

@@ -37,6 +37,7 @@ import java.io.IOException;
import java.io.StringReader;
import java.lang.Runtime;
import java.lang.Process;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
@@ -468,7 +469,7 @@ public class PackageManagerHostTestUtils extends Assert {
mAllTestsPassed = false;
}
public void testRunEnded(long elapsedTime) {
public void testRunEnded(long elapsedTime, Map<String, String> resultBundle) {
// ignore
}