~ubuntu-branches/ubuntu/raring/adacontrol/raring

« back to all changes in this revision

Viewing changes to test/conf/t_default_parameter.aru

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2010-03-13 14:01:37 UTC
  • mfrom: (1.1.5 upstream) (9.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100313140137-50ia1bbb5qld97fd
Tags: 1.12~b1-1
New upstream beta version.  Really closes: #566061 even on i386.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
All_C: search  default_parameter (calls,                    all, not_used);
8
8
All_I: search  default_parameter (instantiations,           all, not_used);
9
9
 
10
 
       check default_parameter (all, "<", not_used);
11
 
Pos:   check default_parameter (all, all, positional);
 
10
       check default_parameter (calls,          "<", not_used);
 
11
       check default_parameter (instantiations, "<", not_used);
 
12
Pos:   check default_parameter (calls,          all, positional);
 
13
Pos:   check default_parameter (instantiations, all, positional);
12
14