summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-14 14:48:37 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-14 14:48:37 (GMT)
commit97b905e99b95b6611d8d87bda90b56e47f2a5040 (patch)
tree0ec9f5c2b6c70b156e867ee770c31c42074a936c /test
parent775a762b0c3d67d2ea19f288bec8c2ce857ec198 (diff)
fixed bug where some context values where not initialiized properly
Diffstat (limited to 'test')
-rw-r--r--test/simple-show.json6
-rw-r--r--test/simple1.json2
-rw-r--r--test/simple2.json2
-rw-r--r--test/simple3.json2
-rw-r--r--test/simple4.json2
-rw-r--r--test/simple5.json2
6 files changed, 11 insertions, 5 deletions
diff --git a/test/simple-show.json b/test/simple-show.json
new file mode 100644
index 0000000..f7f64a5
--- /dev/null
+++ b/test/simple-show.json
@@ -0,0 +1,6 @@
+{
+ "LOGIN_NAME": "heslinki",
+ "PASSWORD": "123456",
+ "SHOW_ID": 10000,
+ "SOURCE_URI": "http://www.tonycuffe.com/mp3/tail%20toddle.mp3"
+}
diff --git a/test/simple1.json b/test/simple1.json
index edd70b4..84748ec 100644
--- a/test/simple1.json
+++ b/test/simple1.json
@@ -3,7 +3,7 @@
"PASSWORD": "123456",
"CART_NUMBER": 100000,
"CHANNELS": 2,
- "NORMALIZATION_LEVEL": -1200,
+ "NORMALIZATION_LEVEL": -12,
"AUTOTRIM_LEVEL": 0,
"USE_METADATA": true,
"SOURCE_URI": "http://www.tonycuffe.com/mp3/tail%20toddle.mp3"
diff --git a/test/simple2.json b/test/simple2.json
index 194bba3..085e050 100644
--- a/test/simple2.json
+++ b/test/simple2.json
@@ -3,7 +3,7 @@
"PASSWORD": "123456",
"CART_NUMBER": 100000,
"CHANNELS": 2,
- "NORMALIZATION_LEVEL": -1200,
+ "NORMALIZATION_LEVEL": -12,
"AUTOTRIM_LEVEL": 0,
"USE_METADATA": true,
"SOURCE_URI": "local:///path/to/sendung.mp3"
diff --git a/test/simple3.json b/test/simple3.json
index a378b1b..a43c43e 100644
--- a/test/simple3.json
+++ b/test/simple3.json
@@ -3,7 +3,7 @@
"PASSWORD": "123456",
"CART_NUMBER": 100000,
"CHANNELS": 2,
- "NORMALIZATION_LEVEL": -1200,
+ "NORMALIZATION_LEVEL": -12,
"AUTOTRIM_LEVEL": 0,
"USE_METADATA": true,
"SOURCE_URI": "http://www.jtricks.com/download-unknown"
diff --git a/test/simple4.json b/test/simple4.json
index 7bf5b41..12071fd 100644
--- a/test/simple4.json
+++ b/test/simple4.json
@@ -3,7 +3,7 @@
"PASSWORD": "123456",
"CART_NUMBER": 100000,
"CHANNELS": 2,
- "NORMALIZATION_LEVEL": -1200,
+ "NORMALIZATION_LEVEL": -12,
"AUTOTRIM_LEVEL": 0,
"USE_METADATA": true,
"SOURCE_URI": "local:///home/equinox/helsinki/rivenhell/contrib/rhimportd/test/empty.mp3"
diff --git a/test/simple5.json b/test/simple5.json
index 811d210..e858bc4 100644
--- a/test/simple5.json
+++ b/test/simple5.json
@@ -3,7 +3,7 @@
"PASSWORD": "123456",
"CART_NUMBER": 100000,
"CHANNELS": 2,
- "NORMALIZATION_LEVEL": -1200,
+ "NORMALIZATION_LEVEL": -12,
"AUTOTRIM_LEVEL": 0,
"USE_METADATA": true,
"SOURCE_URI": "local:///home/equinox/helsinki/rivenhell/contrib/rhimportd/test/silence1s.wav"