[tracker/functional-tests-applications: 19/22] functional-tests: Add video in the apptest superclass
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/functional-tests-applications: 19/22] functional-tests: Add video in the apptest superclass
- Date: Fri, 28 Jan 2011 14:34:50 +0000 (UTC)
commit 0753aa69c635164267ddbd81f425066d46f2a69a
Author: Ivan Frade <ivan frade nokia com>
Date: Fri Jan 28 14:30:51 2011 +0200
functional-tests: Add video in the apptest superclass
.../common/utils/applicationstest.py | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tests/functional-tests/common/utils/applicationstest.py b/tests/functional-tests/common/utils/applicationstest.py
index 5040327..7448918 100644
--- a/tests/functional-tests/common/utils/applicationstest.py
+++ b/tests/functional-tests/common/utils/applicationstest.py
@@ -45,9 +45,13 @@ class CommonTrackerApplicationTest (ut.TestCase):
return TEST_IMAGE
def get_test_video (self):
- TEST_VIDEO = "test-video.mp4"
+ TEST_VIDEO = "test-video-1.mp4"
return TEST_VIDEO
+ def get_test_music (self):
+ TEST_AUDIO = "test-music-1.mp3"
+ return TEST_AUDIO
+
def get_data_dir (self):
return self.datadir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]