Changes: Replaced references to Matti with TDriver

pull/1/head
Oskari Timperi 15 years ago
parent 721ccc4ab4
commit 974fe65927

2
debian/control vendored

@ -61,7 +61,7 @@ Description: applauncherd unit tests
Package: applauncherd-testscripts Package: applauncherd-testscripts
Section: extra Section: extra
Architecture: any 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-Packages: applauncherd
XB-Maemo-CI-Stage: fast, staging, acceptance, validation XB-Maemo-CI-Stage: fast, staging, acceptance, validation
Description: applauncherd testscripts Description: applauncherd testscripts

@ -39,7 +39,7 @@ graphics:
* verify that (1) and (2) are equal * verify that (1) and (2) are equal
""" """
require 'matti' require 'tdriver'
require 'date' require 'date'
require 'test/unit' require 'test/unit'
include MattiVerify include MattiVerify
@ -70,7 +70,7 @@ class TC_Theming < Test::Unit::TestCase
def setup def setup
system('mcetool --set-tklock-mode=unlocked') 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 end
def test_global_theming def test_global_theming

@ -21,7 +21,7 @@
# * Objectives: Test that a prestarted application can be # * Objectives: Test that a prestarted application can be
# launched as well # launched as well
require 'matti' require 'tdriver'
require 'date' require 'date'
require 'test/unit' require 'test/unit'
include MattiVerify include MattiVerify
@ -37,7 +37,7 @@ class TC_PRESTARTLAUNCHTESTS < Test::Unit::TestCase
# method called before any test case # method called before any test case
def setup def setup
system "mcetool --set-tklock-mode=unlocked" 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 end
# method called after any test case for cleanup purposes # method called after any test case for cleanup purposes

Loading…
Cancel
Save