fix tests
This commit is contained in:
parent
2cfbc679cd
commit
46fbd21f60
|
@ -134,8 +134,6 @@ public class MainActivityTest {
|
||||||
press(R.id.btn_decimal);
|
press(R.id.btn_decimal);
|
||||||
press(R.id.btn_7);
|
press(R.id.btn_7);
|
||||||
press(R.id.btn_clear);
|
press(R.id.btn_clear);
|
||||||
checkResult("25.");
|
|
||||||
press(R.id.btn_clear);
|
|
||||||
checkResult("25");
|
checkResult("25");
|
||||||
press(R.id.btn_clear);
|
press(R.id.btn_clear);
|
||||||
checkResult("2");
|
checkResult("2");
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
android.library.reference.1=../../build/intermediates/exploded-aar/com.android.support/support-v4/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.1.1
|
android.library.reference.2=../../build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.3.0
|
||||||
|
|
Loading…
Reference in New Issue