~bladernr/checkbox/1095713-set-pipefail-on-sleep-jobs

« back to all changes in this revision

Viewing changes to jobs/gcalctool.txt.in

  • Committer: Brendan Donegan
  • Date: 2011-10-18 09:47:45 UTC
  • mfrom: (1018.2.26 checkbox_ui_rewrite)
  • Revision ID: brendan.donegan@canonical.com-20111018094745-wuj9vs836pxvfht0
Merged job description changes from checkbox_ui_rewrite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
plugin: manual
2
 
name: applications-gcalctool
3
 
requires: package.name == "gcalctool"
4
 
command: gcalctool
5
 
_description:
6
 
 Click the "Test" button to open the calculator.
7
 
 .
8
 
 Did it launch correctly?
9
 
 
10
 
plugin: manual
11
 
name: applications-gcalctool-functions
12
 
depends: applications-gcalctool
13
 
requires: package.name == "gcalctool"
14
 
command: gcalctool
15
 
_description:
16
 
 Click the "Test" button to open the calculator and perform:
17
 
 .
18
 
 1. Simple math functions (+,-,/,*)
19
 
 2. Nested math functions ((,))
20
 
 3. Fractional math
21
 
 4. Decimal math
22
 
 .
23
 
 Did the functions perform as expected?
24
 
 
25
 
plugin: manual
26
 
name: applications-gcalctool-memory
27
 
depends: applications-gcalctool
28
 
requires: package.name == "gcalctool"
29
 
command: gcalctool
30
 
_description:
31
 
 Click the "Test" button to open the calculator and perform:
32
 
 .
33
 
 1. Memory set
34
 
 2. Memory reset
35
 
 3. Memory last clear
36
 
 4. Memory clear
37
 
 .
38
 
 Did the functions perform as expected?
39
 
 
40
 
plugin: manual
41
 
name: applications-gcalctool-clipboard
42
 
depends: applications-gcalctool
43
 
requires: package.name == "gcalctool"
44
 
command: gcalctool
45
 
_description:
46
 
 Click the "Test" button to open the calculator and perform:
47
 
 .
48
 
 1. Cut
49
 
 2. Copy
50
 
 3. Paste
51
 
 .
52
 
 Did the functions perform as expected?