forked from codinguser/gnucash-android
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing Instrumentation Test: TransactionsActivityTest#testAddMultiCurrencyTransaction #26
Labels
Comments
reul
added a commit
to reul/gnucash-android
that referenced
this issue
Jun 3, 2023
…tAddMultiCurrencyTransaction(). Some other test sometimes leaves one transaction in the account referred by TRANSACTIONS_ACCOUNT_UID, probably during the cleanup phase. While this clearing the transactions at the beginning of testAddMultiCurrencyTransaction() might not be the ideal solution, that's the shortest one I could find that consistently fixes the legacy tests. I'm convinced this change fixes Issue GnuCash-Pocket#26.
fixed by #27 |
pnemonic78
pushed a commit
to pnemonic78/gnucash-android
that referenced
this issue
Jan 7, 2024
…tAddMultiCurrencyTransaction(). Some other test sometimes leaves one transaction in the account referred by TRANSACTIONS_ACCOUNT_UID, probably during the cleanup phase. While this clearing the transactions at the beginning of testAddMultiCurrencyTransaction() might not be the ideal solution, that's the shortest one I could find that consistently fixes the legacy tests. I'm convinced this change fixes Issue GnuCash-Pocket#26.
pnemonic78
pushed a commit
to pnemonic78/gnucash-android
that referenced
this issue
Oct 14, 2024
…tAddMultiCurrencyTransaction(). Some other test sometimes leaves one transaction in the account referred by TRANSACTIONS_ACCOUNT_UID, probably during the cleanup phase. While this clearing the transactions at the beginning of testAddMultiCurrencyTransaction() might not be the ideal solution, that's the shortest one I could find that consistently fixes the legacy tests. I'm convinced this change fixes Issue GnuCash-Pocket#26.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce the behaviour
Run
TransactionsActivityTest#testAddMultiCurrencyTransaction
on recent test configuration (e.g. Pixel 7 API 33).See CI Builds for Instrumentation Reports.
See also #25 for other confirmed configurations.
Expected behaviour
Test should pass.
Actual behaviour
Test fails with follwing error:
Software specifications
Suggested Resolution
The text was updated successfully, but these errors were encountered: