diff --git a/tests/testcommon.c b/tests/testcommon.c
index 7e71f6397..00fdc0939 100644
--- a/tests/testcommon.c
+++ b/tests/testcommon.c
@@ -451,7 +451,7 @@ test_parse_appdata (void)
" \n"
" 64x64/org.gnome.gedit.png\n"
" \n"
- " \n"
+ " \n" /* 01-05-2018 */
" \n"
" \n"
"";
@@ -470,7 +470,9 @@ test_parse_appdata (void)
" \n"
" 64x64/org.gnome.gedit.png\n"
" \n"
- " \n"
+ " \n"
+ " \n"
+ " \n"
" \n"
" \n"
" anything goes\n"
@@ -504,7 +506,7 @@ test_parse_appdata (void)
res = flatpak_parse_appdata (appdata2, "org.test.Hello", &names, &comments, &version, &license);
g_assert_true (res);
- g_assert_cmpstr (version, ==, "0.0.2");
+ g_assert_cmpstr (version, ==, "0.1.0");
g_assert_cmpstr (license, ==, "anything goes");
g_assert_nonnull (names);
g_assert_nonnull (comments);