mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
GDBus: Big-endian fixes
Tested this on my Powerbook G4 12", 867MHz PowerPC G4 running Fedora 11ish. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -445,7 +445,7 @@ on_proxy_appeared (GDBusConnection *connection,
|
||||
|
||||
/* elapsed_msec should be 4000 msec +/- change for overhead/inaccuracy */
|
||||
g_assert_cmpint (elapsed_msec, >=, 3950);
|
||||
g_assert_cmpint (elapsed_msec, <, 5000);
|
||||
g_assert_cmpint (elapsed_msec, <, 6000);
|
||||
|
||||
g_print (" ");
|
||||
}
|
||||
|
Reference in New Issue
Block a user