diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-12-14 04:02:37 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-12-14 04:02:37 (GMT) |
commit | 775a762b0c3d67d2ea19f288bec8c2ce857ec198 (patch) | |
tree | f6bbd0ad61db7b6b005b4aa151f6ea615b365486 /test | |
parent | 54ee84d1a3287a837a9c2df92ae1cf3223c06377 (diff) |
added more sophisticated import options - still needs testing
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 db3f2aa..edd70b4 100644 --- a/test/simple1.json +++ b/test/simple1.json @@ -2,7 +2,6 @@ "LOGIN_NAME": "heslinki", "PASSWORD": "123456", "CART_NUMBER": 100000, - "CUT_NUMBER": 1, "CHANNELS": 2, "NORMALIZATION_LEVEL": -1200, "AUTOTRIM_LEVEL": 0, diff --git a/test/simple2.json b/test/simple2.json index e97379e..194bba3 100644 --- a/test/simple2.json +++ b/test/simple2.json @@ -2,7 +2,6 @@ "LOGIN_NAME": "heslinki", "PASSWORD": "123456", "CART_NUMBER": 100000, - "CUT_NUMBER": 1, "CHANNELS": 2, "NORMALIZATION_LEVEL": -1200, "AUTOTRIM_LEVEL": 0, diff --git a/test/simple3.json b/test/simple3.json index eaebab9..a378b1b 100644 --- a/test/simple3.json +++ b/test/simple3.json @@ -2,7 +2,6 @@ "LOGIN_NAME": "heslinki", "PASSWORD": "123456", "CART_NUMBER": 100000, - "CUT_NUMBER": 1, "CHANNELS": 2, "NORMALIZATION_LEVEL": -1200, "AUTOTRIM_LEVEL": 0, diff --git a/test/simple4.json b/test/simple4.json index abd8b30..7bf5b41 100644 --- a/test/simple4.json +++ b/test/simple4.json @@ -2,7 +2,6 @@ "LOGIN_NAME": "heslinki", "PASSWORD": "123456", "CART_NUMBER": 100000, - "CUT_NUMBER": 1, "CHANNELS": 2, "NORMALIZATION_LEVEL": -1200, "AUTOTRIM_LEVEL": 0, diff --git a/test/simple5.json b/test/simple5.json index d74e2c4..811d210 100644 --- a/test/simple5.json +++ b/test/simple5.json @@ -2,7 +2,6 @@ "LOGIN_NAME": "heslinki", "PASSWORD": "123456", "CART_NUMBER": 100000, - "CUT_NUMBER": 1, "CHANNELS": 2, "NORMALIZATION_LEVEL": -1200, "AUTOTRIM_LEVEL": 0, |