From 2d549c343a9f07a751e9a7b537c3c2166168ff06 Mon Sep 17 00:00:00 2001 From: Edward Barnard Date: Wed, 5 Aug 2015 22:40:01 +0100 Subject: A bit of prep for binary plist support --- tests/data/simple.plist | 17 ----------------- tests/data/xml.plist | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 tests/data/simple.plist create mode 100644 tests/data/xml.plist (limited to 'tests/data') diff --git a/tests/data/simple.plist b/tests/data/simple.plist deleted file mode 100644 index 7fb0208..0000000 --- a/tests/data/simple.plist +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Author - William Shakespeare - Lines - - It is a tale told by an idiot, - Full of sound and fury, signifying nothing. - - Birthdate - 1564 - Height - 1.60 - - \ No newline at end of file diff --git a/tests/data/xml.plist b/tests/data/xml.plist new file mode 100644 index 0000000..d2599f2 --- /dev/null +++ b/tests/data/xml.plist @@ -0,0 +1,19 @@ + + + + + Author + William Shakespeare + Lines + + It is a tale told by an idiot, + Full of sound and fury, signifying nothing. + + Birthdate + 1564 + Height + 1.60 + Data + AAAAvgAAAAMAAAAeAAAA + + \ No newline at end of file -- cgit v1.2.3