summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-02-07 18:10:03 +0100
committerAleksander Morgado <aleksander@lanedo.com>2011-02-07 18:10:03 +0100
commit14925814565796d23b6ce965ccfafdbbb05c16e9 (patch)
treeecbd634b117966b219b03427e58c8dc98feb8a54
parent3376d38f32918bda0168110b1be7f7db43d1f856 (diff)
downloadtracker-14925814565796d23b6ce965ccfafdbbb05c16e9.tar.gz
functional-tests: Rename expected audio file to fix compilation
-rw-r--r--tests/functional-tests/test-extraction-data/audio/Jazz_Audio_OPLs0.expected2
-rw-r--r--tests/functional-tests/test-extraction-data/audio/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional-tests/test-extraction-data/audio/Jazz_Audio_OPLs0.expected b/tests/functional-tests/test-extraction-data/audio/Jazz_Audio_OPLs0.expected
index 39e8d6d3e..f7f4eb400 100644
--- a/tests/functional-tests/test-extraction-data/audio/Jazz_Audio_OPLs0.expected
+++ b/tests/functional-tests/test-extraction-data/audio/Jazz_Audio_OPLs0.expected
@@ -1,5 +1,5 @@
[TestFile]
-Filename=Jazz_Audio_0PLs0.pya
+Filename=Jazz_Audio_OPLs0.pya
Bugzilla=NB#225208
Comment=DRM protected audio file
# Downloaded from http://playready.directtaps.net/pr/public/
diff --git a/tests/functional-tests/test-extraction-data/audio/Makefile.am b/tests/functional-tests/test-extraction-data/audio/Makefile.am
index 7f21d7011..0395544b3 100644
--- a/tests/functional-tests/test-extraction-data/audio/Makefile.am
+++ b/tests/functional-tests/test-extraction-data/audio/Makefile.am
@@ -7,7 +7,7 @@ audiotest_DATA = \
audio-test-1.expected \
audio-test-2.mp3 \
audio-test-2.expected \
- Jazz_Audio_0PLs0.pya \
- Jazz_Audio_0PLs0.expected
+ Jazz_Audio_OPLs0.pya \
+ Jazz_Audio_OPLs0.expected
EXTRA_DIST = $(audiotest_DATA)