diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-12-13 00:36:41 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-12-13 00:36:41 (GMT) |
commit | cccba3ce2e7a5797c84c78bce7e8d24fdcb8fce7 (patch) | |
tree | bd47642c036facf30b693a4c6a93131a14301f1d /test | |
parent | 60a2313659b57f66d502d44729b6b78f07bd3883 (diff) |
GroupName should now be only supplied for music pools
added context SanityCheck before fetching files
Diffstat (limited to 'test')
-rw-r--r-- | test/simple1.json | 1 | ||||
-rw-r--r-- | test/simple2.json | 1 | ||||
-rw-r--r-- | test/simple3.json | 1 | ||||
-rw-r--r-- | test/simple4.json | 1 | ||||
-rw-r--r-- | test/simple5.json | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/test/simple1.json b/test/simple1.json index 6474061..db3f2aa 100644 --- a/test/simple1.json +++ b/test/simple1.json @@ -1,7 +1,6 @@ { "LOGIN_NAME": "heslinki", "PASSWORD": "123456", - "GROUP_NAME": "test", "CART_NUMBER": 100000, "CUT_NUMBER": 1, "CHANNELS": 2, diff --git a/test/simple2.json b/test/simple2.json index 6a16ab6..e97379e 100644 --- a/test/simple2.json +++ b/test/simple2.json @@ -1,7 +1,6 @@ { "LOGIN_NAME": "heslinki", "PASSWORD": "123456", - "GROUP_NAME": "test", "CART_NUMBER": 100000, "CUT_NUMBER": 1, "CHANNELS": 2, diff --git a/test/simple3.json b/test/simple3.json index 4cb4164..eaebab9 100644 --- a/test/simple3.json +++ b/test/simple3.json @@ -1,7 +1,6 @@ { "LOGIN_NAME": "heslinki", "PASSWORD": "123456", - "GROUP_NAME": "test", "CART_NUMBER": 100000, "CUT_NUMBER": 1, "CHANNELS": 2, diff --git a/test/simple4.json b/test/simple4.json index 472c8db..abd8b30 100644 --- a/test/simple4.json +++ b/test/simple4.json @@ -1,7 +1,6 @@ { "LOGIN_NAME": "heslinki", "PASSWORD": "123456", - "GROUP_NAME": "test", "CART_NUMBER": 100000, "CUT_NUMBER": 1, "CHANNELS": 2, diff --git a/test/simple5.json b/test/simple5.json index ad0ff98..d74e2c4 100644 --- a/test/simple5.json +++ b/test/simple5.json @@ -1,7 +1,6 @@ { "LOGIN_NAME": "heslinki", "PASSWORD": "123456", - "GROUP_NAME": "test", "CART_NUMBER": 100000, "CUT_NUMBER": 1, "CHANNELS": 2, |