Loading app/src/androidTest/java/net/sourceforge/opencamera/test/MainActivityTest.java +3 −2 Original line number Diff line number Diff line Loading @@ -12002,12 +12002,13 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv } /* Test for panorama photo mode, but cancelling by going to settings. * No longer relevant now that we hide the Settings while taking photo. */ public void testTakePhotoPanoramaCancelBySettings() throws InterruptedException { /*public void testTakePhotoPanoramaCancelBySettings() throws InterruptedException { Log.d(TAG, "testTakePhotoPanoramaCancelBySettings"); subTestTakePhotoPanorama(false, true, true); } }*/ /*private Bitmap getBitmapFromAssets(String filename) throws IOException { Log.d(TAG, "getBitmapFromAssets: " + filename); app/src/androidTest/java/net/sourceforge/opencamera/test/PhotoTests.java +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ public class PhotoTests { if( !TestUtils.test_camera2 ) { suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaMax")); suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancel")); suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancelBySettings")); //suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancelBySettings")); } suite.addTest(TestSuite.createTest(MainActivityTest.class, "testCreateSaveFolder1")); if( !TestUtils.test_camera2 ) { Loading Loading
app/src/androidTest/java/net/sourceforge/opencamera/test/MainActivityTest.java +3 −2 Original line number Diff line number Diff line Loading @@ -12002,12 +12002,13 @@ public class MainActivityTest extends ActivityInstrumentationTestCase2<MainActiv } /* Test for panorama photo mode, but cancelling by going to settings. * No longer relevant now that we hide the Settings while taking photo. */ public void testTakePhotoPanoramaCancelBySettings() throws InterruptedException { /*public void testTakePhotoPanoramaCancelBySettings() throws InterruptedException { Log.d(TAG, "testTakePhotoPanoramaCancelBySettings"); subTestTakePhotoPanorama(false, true, true); } }*/ /*private Bitmap getBitmapFromAssets(String filename) throws IOException { Log.d(TAG, "getBitmapFromAssets: " + filename);
app/src/androidTest/java/net/sourceforge/opencamera/test/PhotoTests.java +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ public class PhotoTests { if( !TestUtils.test_camera2 ) { suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaMax")); suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancel")); suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancelBySettings")); //suite.addTest(TestSuite.createTest(MainActivityTest.class, "testTakePhotoPanoramaCancelBySettings")); } suite.addTest(TestSuite.createTest(MainActivityTest.class, "testCreateSaveFolder1")); if( !TestUtils.test_camera2 ) { Loading