TST: test case for <br> tags in action

pull/209/head
Daniel Black 2013-04-28 17:11:18 +10:00
parent 617fe6cb02
commit 503602b332
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ class ExecuteAction(unittest.TestCase):
'ABC': "123",
'xyz': "890",
}
self.assertEqual(
self.__action.replaceTag("Text<br>text", aInfo),
"Text\ntext")
self.assertEqual(
self.__action.replaceTag("Text <HOST> text", aInfo),
"Text 192.0.2.0 text")