grim/gplate

43747d5342ec
Parents 770eb232d554
Children 85dfb8621fcb
fixed the /tags/variable/nested/single unittest
--- a/tests/tags/test-gplate-variable-tag.c Sun Jun 23 05:18:41 2013 -0500
+++ b/tests/tags/test-gplate-variable-tag.c Sun Jun 23 05:19:40 2013 -0500
@@ -163,6 +163,9 @@
{
GPlateVariable *dict = gplate_dictionary_variable_new("foo");
+ gplate_collection_add_variable(GPLATE_COLLECTION(fixture->template),
+ dict);
+
gplate_collection_add_string(GPLATE_COLLECTION(dict),
"bar", "baz");