From 974fe65927bbdd987daf9f40125f18148bbd21c0 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 12 Aug 2010 17:53:45 +0300 Subject: [PATCH] Changes: Replaced references to Matti with TDriver --- debian/control | 2 +- tests/TestScripts/tc_theming.rb | 4 ++-- tests/TestScripts/ts_prestartapp.rb | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index b0c9221..fd664b7 100644 --- a/debian/control +++ b/debian/control @@ -61,7 +61,7 @@ Description: applauncherd unit tests Package: applauncherd-testscripts Section: extra Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, testrunner, applauncherd, ci-testing, matti, libcreds2 [arm armel], libcreds2-tools [arm armel], meego-env, mcetools (>= 1.10.40) +Depends: ${shlibs:Depends}, ${misc:Depends}, applauncherd-testapps, testrunner, applauncherd, ci-testing, testability-driver, libcreds2 [arm armel], libcreds2-tools [arm armel], meego-env, mcetools (>= 1.10.40), rdoc XB-Maemo-CI-Packages: applauncherd XB-Maemo-CI-Stage: fast, staging, acceptance, validation Description: applauncherd testscripts diff --git a/tests/TestScripts/tc_theming.rb b/tests/TestScripts/tc_theming.rb index cfdde1a..e48ce17 100755 --- a/tests/TestScripts/tc_theming.rb +++ b/tests/TestScripts/tc_theming.rb @@ -39,7 +39,7 @@ graphics: * verify that (1) and (2) are equal """ -require 'matti' +require 'tdriver' require 'date' require 'test/unit' include MattiVerify @@ -70,7 +70,7 @@ class TC_Theming < Test::Unit::TestCase def setup system('mcetool --set-tklock-mode=unlocked') - @sut = MATTI.sut(:Id => ARGV[0] || 'sut_qt_maemo') + @sut = TDriver.sut(:Id => ARGV[0] || 'sut_qt_maemo') end def test_global_theming diff --git a/tests/TestScripts/ts_prestartapp.rb b/tests/TestScripts/ts_prestartapp.rb index 55d2102..6da6918 100755 --- a/tests/TestScripts/ts_prestartapp.rb +++ b/tests/TestScripts/ts_prestartapp.rb @@ -21,7 +21,7 @@ # * Objectives: Test that a prestarted application can be # launched as well -require 'matti' +require 'tdriver' require 'date' require 'test/unit' include MattiVerify @@ -37,7 +37,7 @@ class TC_PRESTARTLAUNCHTESTS < Test::Unit::TestCase # method called before any test case def setup system "mcetool --set-tklock-mode=unlocked" - @sut = MATTI.sut(:Id=>ARGV[0] || 'sut_qt_maemo') + @sut = TDriver.sut(:Id=>ARGV[0] || 'sut_qt_maemo') end # method called after any test case for cleanup purposes