Skip to content

Commit

Permalink
tests: fill in compulsory appstream data for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloyoyoista committed Sep 15, 2022
1 parent 51c15cd commit 78171ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/gs-self-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,11 @@ main (int argc, char **argv)

/* Adapted from upstream dummy/gs-self-test.c */
xml = g_strdup ("<?xml version=\"1.0\"?>\n"
"<components version=\"0.9\">\n"
"<components origin=\"alpine-test\" version=\"0.9\">\n"
" <component type=\"desktop\">\n"
" <id>apk-test-app.desktop</id>\n"
" <name>apk-test-app</name>\n"
" <summary>Alpine Package Keeper test app</summary>\n"
" <pkgname>apk-test-app</pkgname>\n"
" </component>\n"
" <info>\n"
Expand Down

0 comments on commit 78171ec

Please sign in to comment.