X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FTemplateEngineTest.h;h=ae7c40cda5544c1f8fdb13c24d8e8712a1095d06;hb=aed9b61b70fcc321f6e86f07b633dacbcc364d3d;hp=e11ffba7d6d56b6ca8d4bb81a118c7aef2d36555;hpb=5cb314df178f78c6fa7b9826c2c5a5298ec7a473;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/TemplateEngineTest.h b/xmltoolingtest/TemplateEngineTest.h index e11ffba..ae7c40c 100644 --- a/xmltoolingtest/TemplateEngineTest.h +++ b/xmltoolingtest/TemplateEngineTest.h @@ -34,6 +34,7 @@ public: TemplateEngine::TemplateParameters p; p.m_map["foo1"] = "bar1"; p.m_map["foo3"] = "bar3"; + p.m_map["encoded"] = "http://www.example.org/foo/bar#foobar"; string path = data_path + "template.in"; ifstream in(path.c_str());