summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-12 01:41:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-12 01:41:25 (GMT)
commitd5450bb18ea879ca9a63aa1d16a5c647e8ecf692 (patch)
treea6e934caee5f96b686a9a4b8d677a9eacbae067c /test
parent6ceb3358b6ffbe803e4fe1d811b5a2f266fc49d9 (diff)
ImportFile now passes through result from RDXport
Diffstat (limited to 'test')
-rw-r--r--test/empty.mp30
-rw-r--r--test/silence1s.wavbin0 -> 88244 bytes
-rw-r--r--test/simple4.json12
-rw-r--r--test/simple5.json12
4 files changed, 24 insertions, 0 deletions
diff --git a/test/empty.mp3 b/test/empty.mp3
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/empty.mp3
diff --git a/test/silence1s.wav b/test/silence1s.wav
new file mode 100644
index 0000000..f24be56
--- /dev/null
+++ b/test/silence1s.wav
Binary files differ
diff --git a/test/simple4.json b/test/simple4.json
new file mode 100644
index 0000000..472c8db
--- /dev/null
+++ b/test/simple4.json
@@ -0,0 +1,12 @@
+{
+ "LOGIN_NAME": "heslinki",
+ "PASSWORD": "123456",
+ "GROUP_NAME": "test",
+ "CART_NUMBER": 100000,
+ "CUT_NUMBER": 1,
+ "CHANNELS": 2,
+ "NORMALIZATION_LEVEL": -1200,
+ "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
new file mode 100644
index 0000000..ad0ff98
--- /dev/null
+++ b/test/simple5.json
@@ -0,0 +1,12 @@
+{
+ "LOGIN_NAME": "heslinki",
+ "PASSWORD": "123456",
+ "GROUP_NAME": "test",
+ "CART_NUMBER": 100000,
+ "CUT_NUMBER": 1,
+ "CHANNELS": 2,
+ "NORMALIZATION_LEVEL": -1200,
+ "AUTOTRIM_LEVEL": 0,
+ "USE_METADATA": true,
+ "SOURCE_URI": "local:///home/equinox/helsinki/rivenhell/contrib/rhimportd/test/silence1s.wav"
+}