Author: paultcochrane
Date: Thu Mar 15 03:25:54 2007
New Revision: 17489
Modified:
trunk/t/distro/file_metadata.t
Log:
[t] Temporarily skipping the eol-style test until it is fixed. This should
stop false negatives turning up and these "errors" being "corrected" causing
cross-platform pain.
Modified: trunk/t/distro/file_metadata.t
==============================================================================
--- trunk/t/distro/file_metadata.t (original)
+++ trunk/t/distro/file_metadata.t Thu Mar 15 03:25:54 2007
@@ -100,6 +100,8 @@
} # KEYWORD_EXP
+=for skip
+
## eol-style must be set to 'native' for any manifest files with an explicit
## mime type of text/plain. Assume a default of text/plain if not specified
@@ -134,6 +136,8 @@
} # EOL_STYLE
+=cut
+
=for skip
# When unskipped, rewrite to conform to other tests.
@@ -175,7 +179,7 @@
unless ( $Parrot::Revision::current or `svk ls .` ) {
plan skip_all => 'not a working copy';
}
- else { plan tests => 3 }
+ else { plan tests => 2 }
}
exit;