From 663bbeba68f8abc5a33892535984a318aa258dd6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 10 Aug 2013 12:52:12 +0200 Subject: tests: xml: remove \t and \n from all the files These XML files are intented to be used for automated tests. Thus, it's important to have exactly the same output that was generated by the library. The beautified output does not match the real output that the library provides and it just makes things harder for us to provide a more advanced automated testing. If you want to make any of those file human readable, please use: xmllint --format file.xml or open the xml file and any browser, eg. firefox. Signed-off-by: Pablo Neira Ayuso --- tests/xmlfiles/56-rule-real.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'tests/xmlfiles/56-rule-real.xml') diff --git a/tests/xmlfiles/56-rule-real.xml b/tests/xmlfiles/56-rule-real.xml index 6bd41a1..a974ee7 100644 --- a/tests/xmlfiles/56-rule-real.xml +++ b/tests/xmlfiles/56-rule-real.xml @@ -1,27 +1,2 @@ - - ip - filter
- output - 18 - 0 - - 1 - expiration - 0 - - - 1 - eq - - - 4 - 0x0000001e - - - - - 0 - 0 - -
+ipfilter
output1801expiration01eq40x0000001e00
-- cgit v1.2.3