diff --git a/tests/files/Packages b/tests/files/Packages deleted file mode 100644 index b5d25c60..00000000 --- a/tests/files/Packages +++ /dev/null @@ -1,44 +0,0 @@ -Package: 0ad -Priority: optional -Section: universe/games -Installed-Size: 9487 -Maintainer: Ubuntu Developers -Original-Maintainer: Debian Games Team -Architecture: amd64 -Version: 0.0.16-2~ubuntu14.04.1 -Depends: 0ad-data (>= 0.0.16), 0ad-data (<= 0.0.16-2~ubuntu14.04.1), 0ad-data-common (>= 0.0.16), 0ad-data-common (<= 0.0.16-2~ubuntu14.04.1), libboost-filesystem1.54.0, libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2), libenet2a (>= 1.3.7+ds), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libgloox11, libicu52 (>= 52~m1-1~), libjpeg8 (>= 8c), libminiupnpc8 (>= 1.6), libmozjs-24-0, libnvtt2, libopenal1 (>= 1:1.13), libpng12-0 (>= 1.2.13-4), libsdl1.2debian (>= 1.2.11), libstdc++6 (>= 4.6), libvorbisfile3 (>= 1.1.2), libwxbase3.0-0 (>= 3.0.0), libwxgtk3.0-0 (>= 3.0.0), libx11-6, libxcursor1 (>> 1.1.2), libxml2 (>= 2.9.0), zlib1g (>= 1:1.2.0) -Pre-Depends: dpkg (>= 1.15.6~) -Filename: pool/main/0/0ad/0ad_0.0.16-2~ubuntu14.04.1_amd64.deb -Size: 2599794 -MD5sum: 7e5f2ba5e1a95e47753eeb962af32e26 -SHA1: 3cf898d4595092daa274e6cd8d9afd0332b0afbe -SHA256: f4602a90a305abeacb4a48bbfd7d609aa7cbb3ed2ab9127ae30ef64a4be88378 -Description: Real-time strategy game of ancient warfare -Origin: Ubuntu -Description-Md5: d943033bedada21853d2ae54a2578a7b -Homepage: http://play0ad.com/ -Bugs: https://bugs.launchpad.net/ubuntu/+filebug - -Package: aide -Priority: optional -Section: admin -Installed-Size: 1581 -Maintainer: Ubuntu Developers -Original-Maintainer: Aide Maintainers -Architecture: amd64 -Version: 0.16~a2.git20130520-2ubuntu0.1 -Provides: aide-binary -Recommends: aide-common (= 0.16~a2.git20130520-2ubuntu0.1) -Conflicts: aide-dynamic, aide-xen -Filename: pool/main/a/aide/aide_0.16~a2.git20130520-2ubuntu0.1_amd64.deb -Size: 576282 -MD5sum: 53ef6f122eb5d4da6546b7d84de40141 -SHA1: 62cfec54ee4654b3a3390430d545961a52184a9f -SHA256: 527e0d4e26edc274c18f255d2f44cd1d48b3681e37883e8d1aec2225bfc0b9ed -Description: Advanced Intrusion Detection Environment - static binary -Built-Using: acl (= 2.2.52-1), attr (= 1:2.4.47-1ubuntu1), e2fsprogs (= 1.42.9-3ubuntu1), eglibc (= 2.19-0ubuntu6.3), libselinux (= 2.2.2-1ubuntu0.1), mhash (= 0.9.9.9-4), zlib (= 1:1.2.8.dfsg-1ubuntu1) -Homepage: http://aide.sourceforge.net -Origin: Ubuntu -Supported: 5y -Description-Md5: 5cf26f0af8c95254f9ec7920c1214cbe -Bugs: https://bugs.launchpad.net/ubuntu/+filebug diff --git a/tests/files/test_content_no_overrides.json.expected b/tests/files/test_content_no_overrides.json.expected deleted file mode 100644 index a5b7f4f8..00000000 --- a/tests/files/test_content_no_overrides.json.expected +++ /dev/null @@ -1 +0,0 @@ -{"charlie": "echo", "alfa": "bravo", "foxtrot": {"golf": "hotel"}} diff --git a/tests/files/test_extend.yml.expected b/tests/files/test_extend.yml.expected deleted file mode 100644 index c132a761..00000000 --- a/tests/files/test_extend.yml.expected +++ /dev/null @@ -1,8 +0,0 @@ -list_one: - - one - - two - - three - - four -list_two: - - one - - two diff --git a/tests/files/test_multistropts.ini.expected b/tests/files/test_multistropts.ini.expected deleted file mode 100644 index b51bc2a4..00000000 --- a/tests/files/test_multistropts.ini.expected +++ /dev/null @@ -1,8 +0,0 @@ -[multistropts] -test = test1 -test = test2 -test = test3 - -[testsection] -test = output - diff --git a/tests/files/test_no_extend.yml.expected b/tests/files/test_no_extend.yml.expected deleted file mode 100644 index 47137681..00000000 --- a/tests/files/test_no_extend.yml.expected +++ /dev/null @@ -1,5 +0,0 @@ -list_one: - - four -list_two: - - one - - two diff --git a/tests/templates/test.ini b/tests/templates/test.ini deleted file mode 100644 index c264f352..00000000 --- a/tests/templates/test.ini +++ /dev/null @@ -1,6 +0,0 @@ -[DEFAULT] - -[foo] -baz = baz - -[bar] \ No newline at end of file diff --git a/tests/templates/test.json b/tests/templates/test.json deleted file mode 100644 index 06ac6cb1..00000000 --- a/tests/templates/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "alfa": "bravo", - "charlie" : "echo", - "foxtrot": { - "golf": "hotel" - } -} diff --git a/tests/templates/test.yml b/tests/templates/test.yml deleted file mode 100644 index 8fdb5d3c..00000000 --- a/tests/templates/test.yml +++ /dev/null @@ -1,8 +0,0 @@ -list_one: - - one - - two - - three - -list_two: - - one - - two diff --git a/tests/templates/test_ignore_none_type.ini b/tests/templates/test_ignore_none_type.ini deleted file mode 100644 index 99caa200..00000000 --- a/tests/templates/test_ignore_none_type.ini +++ /dev/null @@ -1,8 +0,0 @@ -[alfa] -bravo = charlie -delta = echo -[foxtrot] -golf = hotel -india -juliett kilo -lima = mike diff --git a/tests/templates/test_multistropts.ini b/tests/templates/test_multistropts.ini deleted file mode 100644 index e20c8221..00000000 --- a/tests/templates/test_multistropts.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multistropts] -test = test1 -test = test2 -test = test3 diff --git a/tests/templates/test_with_comments.ini b/tests/templates/test_with_comments.ini deleted file mode 100644 index aa292fb8..00000000 --- a/tests/templates/test_with_comments.ini +++ /dev/null @@ -1,9 +0,0 @@ -# A default section comment -# broken into multiple lines -[DEFAULT] - -[foo] -#This is a comment -baz = baz - -[bar] \ No newline at end of file