From ebe5b66ba3a6ca348caf18e0bc7f88ee43de8139 Mon Sep 17 00:00:00 2001 From: leper Date: Sun, 24 Jun 2012 21:03:46 +0000 Subject: [PATCH] Fix test failure caused by f660f834bf. This was SVN commit r12014. --- source/simulation2/tests/test_CmpTemplateManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/simulation2/tests/test_CmpTemplateManager.h b/source/simulation2/tests/test_CmpTemplateManager.h index 0c3a0e5079..f9ee5005a9 100644 --- a/source/simulation2/tests/test_CmpTemplateManager.h +++ b/source/simulation2/tests/test_CmpTemplateManager.h @@ -78,7 +78,7 @@ public: const CParamNode* actor = tempMan->LoadTemplate(ent2, "actor|example1", -1); TS_ASSERT(actor != NULL); TS_ASSERT_WSTR_EQUALS(actor->ToXML(), - L"actor.pngactor_mask.png" + L"1.0actor.pngactor_mask.png" L"example1falsefalse"); const CParamNode* preview = tempMan->LoadTemplate(ent2, "preview|unit", -1); @@ -106,7 +106,7 @@ public: TS_ASSERT(previewactor != NULL); TS_ASSERT_WSTR_EQUALS(previewactor->ToXML(), // the actor's element is not part of the preview element subset, hence not included - L"true0false" + L"1.0true0false" L"example2falsefalse"); }