summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-11 11:58:46 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-11 11:58:47 -0700
commite26034fc01240a515f03f290f125151052e88040 (patch)
tree9a4ab3816a6bd7f10d73022ff093200b8df9989d
parent5fefa58196099a5aa5ed7d4678ce2fc0b2b8d837 (diff)
parentfe11f87e1c3f9ec1a10ffdfa583f005a8ab2c787 (diff)
downloadcts-tools_r20.tar.gz
Merge "CTS Holo: Enlarge the threshold from 1 to 2"android-sdk-adt_r20tools_r20
-rwxr-xr-xtests/tests/holo/src/android/holo/cts/LayoutTestActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java b/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java
index 24c8088058a..2d56dada149 100755
--- a/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java
+++ b/tests/tests/holo/src/android/holo/cts/LayoutTestActivity.java
@@ -163,7 +163,7 @@ public class LayoutTestActivity extends Activity {
protected void onPreExecute() {
mBitmap = getBitmap();
mReferenceBitmap = BitmapAssets.getBitmap(getApplicationContext(), mBitmapName);
- final int threshold = 1;
+ final int threshold = 2;
mSame = compareTo(mBitmap, mReferenceBitmap, threshold);
}