GnuCash Pocket – a mobile companion app for Gnucash desktop application (https://github.com/Gnucash/gnucash). Developed independently of GnuCash.
87
stars
17
forks
source link
Properly fix or delete OwnCloudExportTest #170
Open
djbrown opened 4 months ago
The ownCloud demo server was shut down.
OwnCloudExportTest has only one test case. It references the former demo server: https://github.com/GnuCash-Pocket/gnucash-android/blob/39ebc898617e68264c688799d69b17c358f586df/app/src/androidTest/java/org/gnucash/android/test/ui/OwnCloudExportTest.java#L83
In #155 the test was modified to abort before connecting to the demo server.
The goal of this issue is to handle the test properly.
Possible solutions: