[svn:parrot] r37939 - trunk/t/codingstd
cotto at svn.parrot.org
cotto at svn.parrot.org
Tue Apr 7 05:36:34 UTC 2009
Author: cotto
Date: Tue Apr 7 05:36:32 2009
New Revision: 37939
URL: https://trac.parrot.org/parrot/changeset/37939
Log:
[t] unTODO a passing codingstd test
Modified:
trunk/t/codingstd/copyright.t
Modified: trunk/t/codingstd/copyright.t
==============================================================================
--- trunk/t/codingstd/copyright.t Tue Apr 7 02:34:36 2009 (r37938)
+++ trunk/t/codingstd/copyright.t Tue Apr 7 05:36:32 2009 (r37939)
@@ -107,20 +107,20 @@
"Please update to read something like:",
$suggested_version
);
-
- ok( !scalar(@duplicate_copyright_files), 'Duplicate Copyright statements' )
- or diag(
- join
- $/ => "Duplicate copyright statement found in "
- . scalar @duplicate_copyright_files
- . " files:",
- @duplicate_copyright_files,
- "Please get copyright assigned to Parrot Foundation",
- "and remove alternate notice; Or remove duplicated",
- "notice for Parrot Foundation."
- );
}
+ok( !scalar(@duplicate_copyright_files), 'Duplicate Copyright statements' )
+ or diag(
+ join
+ $/ => "Duplicate copyright statement found in "
+ . scalar @duplicate_copyright_files
+ . " files:",
+ @duplicate_copyright_files,
+ "Please get copyright assigned to Parrot Foundation",
+ "and remove alternate notice; Or remove duplicated",
+ "notice for Parrot Foundation."
+ );
+
# Local Variables:
# mode: cperl
# cperl-indent-level: 4
More information about the parrot-commits
mailing list