diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-03 20:22:15 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-03 20:22:15 +0800 |
commit | 3930ca3a9a377107d5792b3e7202f79c688f1a67 (patch) | |
tree | 1f8944ce9c4964483539abe1ce2a40f5ec3e19be /trietestnextprev.json | |
parent | 014d370b5d5d0a807cc31a2fc3a8c5313ccd7ea4 (diff) | |
download | dexon-tests-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar dexon-tests-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.gz dexon-tests-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.bz2 dexon-tests-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.lz dexon-tests-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.xz dexon-tests-3930ca3a9a377107d5792b3e7202f79c688f1a67.tar.zst dexon-tests-3930ca3a9a377107d5792b3e7202f79c688f1a67.zip |
Restructered tests in folders in accordance to test suites
Diffstat (limited to 'trietestnextprev.json')
-rw-r--r-- | trietestnextprev.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/trietestnextprev.json b/trietestnextprev.json deleted file mode 100644 index f2ad924e3..000000000 --- a/trietestnextprev.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "basic": { - "in": [ "cat", "doge", "wallace" ], - "tests": [ - [ "", "", "cat" ], - [ "bobo", "", "cat" ], - [ "c", "", "cat" ], - [ "car", "", "cat" ], - [ "cat", "", "doge" ], - [ "catering", "cat", "doge" ], - [ "d", "cat", "doge" ], - [ "doge", "cat", "wallace" ], - [ "dogerton", "doge", "wallace" ], - [ "w", "doge", "wallace" ], - [ "wallace", "doge", "" ], - [ "wallace123", "wallace", ""] - ] - } -} |