~ubuntu-branches/ubuntu/oneiric/checkbox/oneiric-proposed

« back to all changes in this revision

Viewing changes to jobs/gedit.txt.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Manrique, Marc Tardif, Chad A. Davis, Barry Warsaw
  • Date: 2011-07-01 11:37:27 UTC
  • Revision ID: james.westby@ubuntu.com-20110701113727-k4pekmtyr7v2i6le
Tags: 0.12.3
[ Marc Tardif ]
* Only reading CHECKBOX_* environment variables in config (LP: #802458)
* Imported scripts and jobs from Platform Services.

[Chad A. Davis]
* Switch to dh_python2 and debhelper7 (LP: #788514)

[Barry Warsaw]
* Fix checkbox_clean.run() to ignore missing executables, as is the case
  in a fresh checkout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
plugin: manual
 
2
name: applications-gedit
 
3
requires: package.name == "gedit"
 
4
command: gedit
 
5
_description:
 
6
 Click the "Test" button to open gedit.
 
7
 .
 
8
 Enter some text and save the file (make a note of the file name you use), then close gedit.
 
9
 .
 
10
 Did this perform as expected?
 
11
 
 
12
plugin: manual
 
13
name: applications-gedit-read
 
14
depends: applications-gedit
 
15
requires: package.name == "gedit"
 
16
command: gedit
 
17
_description:
 
18
 Click the "Test" button to open gedit, and re-open the file you created previously.
 
19
 .
 
20
 Edit then save the file, then close gedit.
 
21
 .
 
22
 Did this perform as expected?