[svn:parrot] r44324 - trunk/t/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Mon Feb 22 22:22:46 UTC 2010
Author: mikehh
Date: Mon Feb 22 22:22:45 2010
New Revision: 44324
URL: https://trac.parrot.org/parrot/changeset/44324
Log:
fix codetest failures - missing or incorrect Id
Modified:
trunk/t/pmc/eventhandler.t
trunk/t/pmc/packfileannotation.t
trunk/t/pmc/packfileannotations.t
Modified: trunk/t/pmc/eventhandler.t
==============================================================================
--- trunk/t/pmc/eventhandler.t Mon Feb 22 22:16:13 2010 (r44323)
+++ trunk/t/pmc/eventhandler.t Mon Feb 22 22:22:45 2010 (r44324)
@@ -1,6 +1,6 @@
#! parrot
-# Copyright (C) 2007-2008, Parrot Foundation.
-# $Id $
+# Copyright (C) 2007-2010, Parrot Foundation.
+# $Id$
=head1 NAME
Modified: trunk/t/pmc/packfileannotation.t
==============================================================================
--- trunk/t/pmc/packfileannotation.t Mon Feb 22 22:16:13 2010 (r44323)
+++ trunk/t/pmc/packfileannotation.t Mon Feb 22 22:22:45 2010 (r44324)
@@ -1,5 +1,6 @@
#!parrot
-# Copyright (C) 2006-2009, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
+# $Id$
=head1 NAME
@@ -14,7 +15,7 @@
Tests the PackfileAnnotation PMC.
=cut
-
+t/codingstd/pir_code_coda.t
# PackfileAnnotation constructor
.sub 'test' :main
.include 'test_more.pir'
Modified: trunk/t/pmc/packfileannotations.t
==============================================================================
--- trunk/t/pmc/packfileannotations.t Mon Feb 22 22:16:13 2010 (r44323)
+++ trunk/t/pmc/packfileannotations.t Mon Feb 22 22:22:45 2010 (r44324)
@@ -1,5 +1,6 @@
#!parrot
-# Copyright (C) 2006-2009, Parrot Foundation.
+# Copyright (C) 2006-2010, Parrot Foundation.
+# $Id$
=head1 NAME
More information about the parrot-commits
mailing list