diff options
Diffstat (limited to 'tests/UnitTests/framework/Data/xml/data1.xml.out')
-rw-r--r-- | tests/UnitTests/framework/Data/xml/data1.xml.out | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/tests/UnitTests/framework/Data/xml/data1.xml.out b/tests/UnitTests/framework/Data/xml/data1.xml.out deleted file mode 100644 index de491e4c..00000000 --- a/tests/UnitTests/framework/Data/xml/data1.xml.out +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<book id="listing"> - <title>My lists</title> - <chapter id="books"> - <title>My books</title> - <para> - <informaltable> - <tgroup cols="4"> - <thead> - <row> - <entry>Title</entry> - <entry>Author</entry> - <entry>Language</entry> - <entry>ISBN</entry> - </row> - </thead> - <tbody> - <row> - <entry>The Grapes of Wrath</entry> - <entry>John Steinbeck</entry> - <entry>en</entry> - <entry>0140186409</entry> - </row> - <row> - <entry>The Pearl</entry> - <entry>John Steinbeck</entry> - <entry>en</entry> - <entry>014017737X</entry> - </row> - <row> - <entry>Samarcande</entry> - <entry>Amine Maalouf</entry> - <entry>fr</entry> - <entry>2253051209</entry> - </row> - </tbody> - </tgroup> - </informaltable> - </para> - </chapter> -</book>
\ No newline at end of file |