fix tests

This commit is contained in:
tibbi 2016-04-12 09:34:45 +02:00
parent 2cfbc679cd
commit 46fbd21f60
4 changed files with 2 additions and 4 deletions

View File

@ -134,8 +134,6 @@ public class MainActivityTest {
press(R.id.btn_decimal);
press(R.id.btn_7);
press(R.id.btn_clear);
checkResult("25.");
press(R.id.btn_clear);
checkResult("25");
press(R.id.btn_clear);
checkResult("2");

View File

@ -1,2 +1,2 @@
android.library.reference.1=../../build/intermediates/exploded-aar/com.android.support/support-v4/23.1.1
android.library.reference.2=../../build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.1
android.library.reference.1=../../build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0
android.library.reference.2=../../build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.3.0