You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 34.517 sec <<< FAILURE! - in org.flathub.api.service.ApiServiceImplTest
findAllApps(org.flathub.api.service.ApiServiceImplTest) Time elapsed: 1.232 sec <<< FAILURE!
java.lang.AssertionError:
Expecting actual not to be empty
at org.flathub.api.service.ApiServiceImplTest.findAllApps(ApiServiceImplTest.java:37)
can you help me?
this is my environment and process:
0 oracle jdk8 and mvn 3.6
1 git clone project https://github.com/flathub/linux-store-backend and https://github.com/jgarciao/appstream-appdata-java
2 jump to appstream-appdata-java and run mvn install
3 flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
4 In linux-store-backend run bash scripts/appstream-extractor.sh
5 In linux-store-backend run mvn install
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run mvn install , I get error likes:
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 34.517 sec <<< FAILURE! - in org.flathub.api.service.ApiServiceImplTest
findAllApps(org.flathub.api.service.ApiServiceImplTest) Time elapsed: 1.232 sec <<< FAILURE!
java.lang.AssertionError:
Expecting actual not to be empty
at org.flathub.api.service.ApiServiceImplTest.findAllApps(ApiServiceImplTest.java:37)
can you help me?
this is my environment and process:
0 oracle jdk8 and mvn 3.6
1 git clone project https://github.com/flathub/linux-store-backend and https://github.com/jgarciao/appstream-appdata-java
2 jump to appstream-appdata-java and run
mvn install
3
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
4 In linux-store-backend run
bash scripts/appstream-extractor.sh
5 In linux-store-backend run
mvn install
The text was updated successfully, but these errors were encountered: