diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/simple-show2.json | 7 | ||||
-rw-r--r-- | test/simple-show2a.json | 6 | ||||
-rw-r--r-- | test/simple1.json | 1 | ||||
-rw-r--r-- | test/simple1a.json | 10 | ||||
-rw-r--r-- | test/simple3.json | 1 | ||||
-rw-r--r-- | test/simple3a.json | 10 |
6 files changed, 35 insertions, 0 deletions
diff --git a/test/simple-show2.json b/test/simple-show2.json new file mode 100644 index 0000000..33f1d72 --- /dev/null +++ b/test/simple-show2.json @@ -0,0 +1,7 @@ +{ + "LOGIN_NAME": "heslinki", + "PASSWORD": "123456", + "SHOW_ID": 10002, + "CLEAR_SHOW_CARTS": true, + "SOURCE_URI": "local:///home/equinox/helsinki/rivenhell/contrib/rhimportd/test/silence1s.wav" +} diff --git a/test/simple-show2a.json b/test/simple-show2a.json new file mode 100644 index 0000000..280745e --- /dev/null +++ b/test/simple-show2a.json @@ -0,0 +1,6 @@ +{ + "LOGIN_NAME": "heslinki", + "PASSWORD": "123456", + "SHOW_ID": 10002, + "SOURCE_URI": "http://www.tonycuffe.com/mp3/tail%20toddle.mp3" +} diff --git a/test/simple1.json b/test/simple1.json index 84748ec..582e2f5 100644 --- a/test/simple1.json +++ b/test/simple1.json @@ -2,6 +2,7 @@ "LOGIN_NAME": "heslinki", "PASSWORD": "123456", "CART_NUMBER": 100000, + "CLEAR_CART": true, "CHANNELS": 2, "NORMALIZATION_LEVEL": -12, "AUTOTRIM_LEVEL": 0, diff --git a/test/simple1a.json b/test/simple1a.json new file mode 100644 index 0000000..84748ec --- /dev/null +++ b/test/simple1a.json @@ -0,0 +1,10 @@ +{ + "LOGIN_NAME": "heslinki", + "PASSWORD": "123456", + "CART_NUMBER": 100000, + "CHANNELS": 2, + "NORMALIZATION_LEVEL": -12, + "AUTOTRIM_LEVEL": 0, + "USE_METADATA": true, + "SOURCE_URI": "http://www.tonycuffe.com/mp3/tail%20toddle.mp3" +} diff --git a/test/simple3.json b/test/simple3.json index a43c43e..2f27641 100644 --- a/test/simple3.json +++ b/test/simple3.json @@ -2,6 +2,7 @@ "LOGIN_NAME": "heslinki", "PASSWORD": "123456", "CART_NUMBER": 100000, + "CLEAR_CART": true, "CHANNELS": 2, "NORMALIZATION_LEVEL": -12, "AUTOTRIM_LEVEL": 0, diff --git a/test/simple3a.json b/test/simple3a.json new file mode 100644 index 0000000..a43c43e --- /dev/null +++ b/test/simple3a.json @@ -0,0 +1,10 @@ +{ + "LOGIN_NAME": "heslinki", + "PASSWORD": "123456", + "CART_NUMBER": 100000, + "CHANNELS": 2, + "NORMALIZATION_LEVEL": -12, + "AUTOTRIM_LEVEL": 0, + "USE_METADATA": true, + "SOURCE_URI": "http://www.jtricks.com/download-unknown" +} |