From 5ec247c7951827cf8ef10f0c5b0c4cfb10f79cd8 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Sun, 6 Jan 2013 16:20:09 +0100 Subject: Add ŚampleFirst test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/data/FoobarAppl10.exe | 1 + tests/data/Helper.dll | 1 + tests/data/Manual.pdf | 1 + tests/data/SampleFirst.wxs | 61 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 tests/data/FoobarAppl10.exe create mode 100644 tests/data/Helper.dll create mode 100644 tests/data/Manual.pdf create mode 100644 tests/data/SampleFirst.wxs (limited to 'tests/data') diff --git a/tests/data/FoobarAppl10.exe b/tests/data/FoobarAppl10.exe new file mode 100644 index 0000000..c1b0730 --- /dev/null +++ b/tests/data/FoobarAppl10.exe @@ -0,0 +1 @@ +x \ No newline at end of file diff --git a/tests/data/Helper.dll b/tests/data/Helper.dll new file mode 100644 index 0000000..c1b0730 --- /dev/null +++ b/tests/data/Helper.dll @@ -0,0 +1 @@ +x \ No newline at end of file diff --git a/tests/data/Manual.pdf b/tests/data/Manual.pdf new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/tests/data/Manual.pdf @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/tests/data/SampleFirst.wxs b/tests/data/SampleFirst.wxs new file mode 100644 index 0000000..5df18d8 --- /dev/null +++ b/tests/data/SampleFirst.wxs @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit