am 984823f5: am 7f9582ce: am 48603a39: Fix tests on jenkins

* commit '984823f543b58ff3c064a203762530f972870d64':
  Fix tests on jenkins
This commit is contained in:
Deepanshu Gupta
2015-01-07 10:10:24 +00:00
committed by Android Git Automerger

View File

@@ -283,6 +283,7 @@ public class Main {
}
String goldenDataDir = APP_TEST_RES + "/../../../golden/";
try {
goldenDataDir = new File(goldenDataDir).getAbsolutePath();
ImageUtils.requireSimilar(goldenDataDir + "activity.png", session.getImage());
} catch (IOException e) {
getLogger().error(e, e.getMessage());