{\r
processDir( "../cds" ) ;\r
processDir( "../src" ) ;\r
- processDir( "../tests/test-hdr" ) ;\r
- processDir( "../tests/unit" ) ;\r
- processDir( "../tests/cppunit" ) ;\r
+ processDir( "../test" ) ;\r
}\r
\r
sub processDir( $ )\r
my $file = shift;\r
\r
if ( open( my $fh, $file )) {\r
- binmode $fh ;\r
+ #binmode $fh ;\r
my $str = '';\r
while (<$fh>) {\r
if ( /^\/\/\$\$CDS-header\$\$/ ) {\r
}\r
else {\r
$nTabsFound += $_ =~ s/\t/ /g;\r
- $_ =~ s/\s+$// ;\r
+ $_ =~ s/\s+$//;\r
$_ =~ s/\s+;$/;/;\r
$str .= $_ ;\r
$str .= "\n" ;\r
close $fh;\r
\r
if ( open( my $fh, ">$file" )) {\r
- binmode $fh;\r
+ #binmode $fh;\r
print $fh $str;\r
close $fh;\r
}\r