|
|
Author: Whiteknight
Date: Wed Jul 30 19:25:13 2008
New Revision: 29897
Modified:
branches/gsoc_pdd09/t/steps/auto_ctags-01.t
Log:
[gsoc_pdd09] update a test file to match trunk. Still having compile problems
in imcc
Modified: branches/gsoc_pdd09/t/steps/auto_ctags-01.t
==============================================================================
--- branches/gsoc_pdd09/t/steps/auto_ctags-01.t (original)
+++ branches/gsoc_pdd09/t/steps/auto_ctags-01.t Wed Jul 30 19:25:13 2008
@@ -61,12 +61,10 @@
sub { $step->runstep($conf) },
\$stdout
);
-SKIP: {
- skip 'Tests not yet passing on Win32',
- 3
- if $^O =~ m/win32/i;
+TODO: {
+ local $TODO = 'Tests not yet passing on Win32';
ok( $ret, "runstep() returned true value" );
- is($step->result(), q{no}, "Got expected result");
+ ok( defined $step->result(), "Result was defined");
is($conf->data->get('ctags'), 'ctags',
"Correct value for 'ctags' attribute was set");
}
|
|