[gxml] test/SerializableTest.vala: temporarily revert clear_changes namefix to avoid breaking API for 0.3.2
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] test/SerializableTest.vala: temporarily revert clear_changes namefix to avoid breaking API for 0.3.2
- Date: Thu, 22 Aug 2013 18:40:30 +0000 (UTC)
commit f9b861df9849bcdd85638d2c7af2dae3c8533ad8
Author: Richard Schwarting <aquarichy gmail com>
Date: Thu Aug 22 14:01:03 2013 -0400
test/SerializableTest.vala: temporarily revert clear_changes namefix to avoid breaking API for 0.3.2
test/SerializableTest.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/test/SerializableTest.vala b/test/SerializableTest.vala
index 7ae4bb0..845c05d 100644
--- a/test/SerializableTest.vala
+++ b/test/SerializableTest.vala
@@ -246,7 +246,7 @@ class SerializableTest : GXmlTest {
GLib.List<int> ratings;
// Clear cache to avoid collisions with other tests
- Serialization.clear_caches ();
+ Serialization.clear_cache ();
ratings = new GLib.List<int> ();
ratings.append (8);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]