Kaydet (Commit) 2f541534 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sd html: Unit test for the metadata export.

Change-Id: I1e38e28b57e816a0829d1a56f2ffcb32d8f93718
üst db9f42f0
......@@ -42,6 +42,11 @@ public:
assertXPath(htmlDoc, "/html/body/table/tr", 5);
assertXPath(htmlDoc, "/html/body/ul", 1);
assertXPath(htmlDoc, "/html/body/ul/li", 2);
assertXPath(htmlDoc, "/html/head/meta[1]", "content", "text/html; charset=utf-8");
assertXPath(htmlDoc, "/html/head/meta[2]", "name", "generator");
assertXPath(htmlDoc, "/html/head/meta[3]", "name", "created");
assertXPath(htmlDoc, "/html/head/meta[3]", "content", "20140409;170541987922038");
}
CPPUNIT_TEST_SUITE(SdHTMLFilterTest);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment