~ubuntu-branches/ubuntu/wily/padre/wily

« back to all changes in this revision

Viewing changes to xt/actiontest.t

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2012-05-12 12:40:00 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120512124000-lpfuc4ny1eo3ecvx
Tags: 0.96+dfsg1-1
* new upstream version
* control: 
   * updated dependencies versions
   - removed  libformat-human-bytes-perl
   * cleanup unneeded version dependencies 
   - removed provides on padre-plugin-api-2. The only remaining packages
     depending on this meta package are already incompatible with new 
     padre  (and broken upstream)
   * no need to depend on libtest-warn-perl 0.24, 0.23 is enough
* patches:
   - removed hack-missing-context-menu (obsolete)
   + Skip upstream test that broke with new DBI. See patch header 
     for more details
   + fix spellings reported by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
}
23
23
 
24
24
# if ( $^O eq 'MSWin32' ) {
25
 
        # plan skip_all => 'Crashing currently blocks the entire test suite on Win32';
 
25
# plan skip_all => 'Crashing currently blocks the entire test suite on Win32';
26
26
# }
27
27
 
28
28
my $devpl;
54
54
        'view.lockinterface,view.lockinterface',
55
55
        'view.output,view.output',
56
56
        'view.functions,view.functions',
57
 
        'view.todo,view.todo',
 
57
        'view.tasks,view.tasks',
58
58
        'view.outline,view.outline',
59
59
        'view.directory,internal.wait10,view.directory', # Let it prepare the list
60
60
        'view.syntax,internal.wait10,view.syntax',