[svn:parrot] r38712 - trunk/t/codingstd
coke at svn.parrot.org
coke at svn.parrot.org
Tue May 12 13:57:35 UTC 2009
Author: coke
Date: Tue May 12 13:57:34 2009
New Revision: 38712
URL: https://trac.parrot.org/parrot/changeset/38712
Log:
[t] re TODO this test;
even though the todos pass on some perls, it's doing so incorrectly.
Keep it todo'd until the underlying task is resolved.
Modified:
trunk/t/codingstd/copyright.t
Modified: trunk/t/codingstd/copyright.t
==============================================================================
--- trunk/t/codingstd/copyright.t Tue May 12 13:33:31 2009 (r38711)
+++ trunk/t/codingstd/copyright.t Tue May 12 13:57:34 2009 (r38712)
@@ -159,6 +159,9 @@
grep { ! $permitted_duplicate_copyright_files{ $_ } }
@duplicate_copyright_files;
+TODO: {
+ local $TODO = 'duplicate copyrights exist.';
+
ok( !scalar(@non_permitted_duplicate_copyright_files),
'Duplicate Copyright statements' )
or diag(
@@ -171,6 +174,7 @@
"and remove alternate notice; or remove duplicated",
"notice for Parrot Foundation."
);
+}
# Local Variables:
# mode: cperl
More information about the parrot-commits
mailing list