def testMultiContent(self):
     print '\n' + XmlEmitter.emitXmlMultiple(
         "testMultiContent", True, {
             'DirectUrl': "http://localhost:8000",
             'IndirectUrl': "http://stacywebb.com"
         }, "Can't pass this case")
 def testMultiContent(self):
     print '\n' + XmlEmitter.emitXmlMultiple("testMultiContent", True, 
         {'DirectUrl': "http://localhost:8000", 'IndirectUrl': "http://stacywebb.com"},
          "Can't pass this case")