Skip to content

Commit 2b05d00

Browse files
committed
Updated properties file and improved some tests
1 parent a6ed26e commit 2b05d00

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

app/project.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-15
15-
android.library.reference.1=gen-external-apklibs/com.actionbarsherlock_actionbarsherlock_4.2.0
14+
target=android-16
15+
android.library.reference.1=gen-external-apklibs/com.actionbarsherlock_actionbarsherlock_4.4.0
16+
android.library.reference.2=gen-external-apklibs/com.viewpagerindicator_library_2.4.1
1617

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package org.gnucash.android.test.model;
2+
3+
import junit.framework.TestCase;
4+
5+
/**
6+
* Date: 09.02.2015
7+
*
8+
* @author Ngewi
9+
*/
10+
public class SplitTest extends TestCase {
11+
}

integration-tests/src/main/java/org/gnucash/android/test/ui/ExportTransactionsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void testOfxExport(){
8484
String filename = Exporter.buildExportFilename(ExportFormat.OFX);
8585

8686
mSolo.waitForDialogToClose(2000);
87-
mSolo.sleep(2000);
87+
mSolo.sleep(5000);
8888

8989

9090
File file = new File(Environment.getExternalStorageDirectory() + "/gnucash/" + filename);

0 commit comments

Comments
 (0)