[gxml] Added SerializableInt unit tests
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Added SerializableInt unit tests
- Date: Tue, 6 Oct 2015 13:46:50 +0000 (UTC)
commit 911b29fa3e3f89fe9721571884c5fb349b35082c
Author: Daniel Espinosa <esodan gmail com>
Date: Tue Oct 6 08:44:58 2015 -0500
Added SerializableInt unit tests
test/GXmlTest.vala | 1 +
test/Makefile.am | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/test/GXmlTest.vala b/test/GXmlTest.vala
index 1cd9eea..d0f5a19 100644
--- a/test/GXmlTest.vala
+++ b/test/GXmlTest.vala
@@ -77,6 +77,7 @@ class GXmlTest {
TwDocumentTest.add_tests ();
TwProcessingInstructionTest.add_tests ();
SerializablePropertyBoolTest.add_tests ();
+ SerializablePropertyIntTest.add_tests ();
SerializablePropertyValueListTest.add_tests ();
SerializablePropertyEnumTest.add_tests ();
diff --git a/test/Makefile.am b/test/Makefile.am
index 2dc061f..66c4202 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -40,6 +40,7 @@ sources = \
SerializableTest.vala \
SerializablePropertyBoolTest.vala \
SerializablePropertyEnumTest.vala \
+ SerializablePropertyIntTest.vala \
SerializablePropertyValueListTest.vala \
SerializationTest.vala \
SerializableObjectModelTest.vala \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]