]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2298] add constants of XML namespaces for using in tests
authorNaoki Kambe <kambe@jprs.co.jp>
Tue, 16 Oct 2012 01:24:57 +0000 (10:24 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Fri, 26 Oct 2012 10:25:15 +0000 (19:25 +0900)
src/bin/stats/tests/b10-stats-httpd_test.py

index a1f725dce9044625f773c35adbc59f304bdaec5a..635c31e87825303dd4f4a27f0a769efb6b785909 100644 (file)
@@ -43,6 +43,12 @@ from test_utils import BaseModules, ThreadingServerManager, MyStats,\
                        send_command, send_shutdown
 from isc.testutils.ccsession_mock import MockModuleCCSession
 
+# set XML Namespaces for testing
+XMLNS_XSL = "http://www.w3.org/1999/XSL/Transform"
+XMLNS_XHTML = "http://www.w3.org/1999/xhtml"
+XMLNS_XSD = "http://www.w3.org/2001/XMLSchema"
+XMLNS_XSI = stats_httpd.XMLNS_XSI
+
 DUMMY_DATA = {
     'Boss' : {
         "boot_time": "2011-03-04T11:59:06Z"