r19538 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19537‎ | r19538 | r19539 >
Date:23:39, 20 January 2007
Author:hashar
Status:old
Tags:
Comment:
'ok 1' when a file is not under revision control
Modified paths:
  • /trunk/phase3/t/maint/eol-style.t (modified) (history)

Diff [purge]

Index: trunk/phase3/t/maint/eol-style.t
@@ -22,6 +22,7 @@
2323 ok 1 => "$file svn:eol-style is 'native'";
2424 } elsif( $res =~ substr( $file, 2 ) ) {
2525 # not under version control
 26+ ok 1 => "File not under version control";
2627 next;
2728 } else {
2829 ok 0 => "svn:eol-style not native $file";
Property changes on: trunk/phase3/t/maint/eol-style.t
___________________________________________________________________
Added: svn:eol-style
2930 + native