Skip to content

Commit

Permalink
Updated properties file and improved some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Feb 11, 2015
1 parent a6ed26e commit 2b05d00
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package org.gnucash.android.test.model;

import junit.framework.TestCase;

/**
* Date: 09.02.2015
*
* @author Ngewi
*/
public class SplitTest extends TestCase {
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void testOfxExport(){
String filename = Exporter.buildExportFilename(ExportFormat.OFX);

mSolo.waitForDialogToClose(2000);
mSolo.sleep(2000);
mSolo.sleep(5000);


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

0 comments on commit 2b05d00

Please sign in to comment.