tests: virtimetest: Mention GLib version containing fix

We now know exactly which GLib version we need to depend on
for the workaround to no longer be necessary.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-01-01 19:50:21 +01:00
parent 9be0889234
commit a8f4298175

View File

@ -197,8 +197,8 @@ mymain(void)
* but changed to '1' due to GLib GTimeZone parsing bug: * but changed to '1' due to GLib GTimeZone parsing bug:
* https://gitlab.gnome.org/GNOME/glib/issues/1999 * https://gitlab.gnome.org/GNOME/glib/issues/1999
* *
* Once we depend on a new enough GLib, we can put then * Once we depend on a new enough GLib (>= 2.63.4), we
* back to 0 again. * can put them back to 0 again.
*/ */
TEST_LOCALOFFSET("VIR-00:30VID,1/00:00:00,364/23:59:59", TEST_LOCALOFFSET("VIR-00:30VID,1/00:00:00,364/23:59:59",
((1 * 60) + 30) * 60); ((1 * 60) + 30) * 60);