~kelemeng/checkbox/bug868571

« back to all changes in this revision

Viewing changes to examples/checkbox-gtk.ini

  • Committer: Marc Tardif
  • Date: 2008-08-13 20:04:12 UTC
  • Revision ID: marc.tardif@canonical.com-20080813200412-52u3d6fs6ulnxlgv
Renamed hwtest to checkbox.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# Space separated list of files to include as a dependency for the
4
4
# GTK interface.
5
 
includes = %(hwtest_directory)s/configs/hwtest.ini
 
5
includes = %(checkbox_directory)s/configs/checkbox.ini
6
6
 
7
 
[hwtest/plugins/user_interface]
 
7
[checkbox/plugins/user_interface]
8
8
 
9
9
# Title of the user interface
10
 
title = Hardware Testing
 
10
title = System Testing
11
11
 
12
12
# Module where the user interface implementation is defined.
13
 
interface_module = hwtest_gtk.gtk_interface
 
13
interface_module = checkbox_gtk.gtk_interface
14
14
 
15
15
# Class implementing the UserInterface interface.
16
16
interface_class = GTKInterface
17
17
 
18
18
# Path where GTK files are stored.
19
 
gtk_path = %(hwtest_directory)s/gtk
 
19
gtk_path = %(checkbox_directory)s/gtk