[tracker/functional-tests-applications] functional-tests: Add video in the apptest superclass
- From: Ivan Frade <ifrade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/functional-tests-applications] functional-tests: Add video in the apptest superclass
- Date: Fri, 28 Jan 2011 12:35:43 +0000 (UTC)
commit a2c9a4d324794432df435a08d8e28960cc488b14
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]