summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-15 18:47:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-15 18:47:22 (GMT)
commitd33cf1f6738a3c3771247dd29e764c296b806f4c (patch)
tree288aed9f17e25a6426b5b8f070239f9b9077a0c8 /test
parent764c1939b3cf995fd98e4dc27b5709d3b494702b (diff)
improved error handling and overall resilience to different situations
Diffstat (limited to 'test')
-rw-r--r--test/simple-show2.json7
-rw-r--r--test/simple-show2a.json6
-rw-r--r--test/simple1.json1
-rw-r--r--test/simple1a.json10
-rw-r--r--test/simple3.json1
-rw-r--r--test/simple3a.json10
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"
+}