From 771dd6f9abe29c1d24c5ea8f0e7ca949bc24f84d Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Thu, 14 Apr 2016 01:23:54 +0200 Subject: NOISSUE reorganize unit tests to be placed next to the code they test. Nuke more dead tests. --- tests/data/lib-simple.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/data/lib-simple.json (limited to 'tests/data/lib-simple.json') diff --git a/tests/data/lib-simple.json b/tests/data/lib-simple.json deleted file mode 100644 index 3ef0f490..00000000 --- a/tests/data/lib-simple.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "downloads": { - "artifact": { - "path": "com/paulscode/codecwav/20101023/codecwav-20101023.jar", - "sha1": "12f031cfe88fef5c1dd36c563c0a3a69bd7261da", - "size": 5618, - "url": "https://libraries.minecraft.net/com/paulscode/codecwav/20101023/codecwav-20101023.jar" - } - }, - "name": "com.paulscode:codecwav:20101023" -} -- cgit