[svn:parrot] r41617 - branches/pct-rx/t/compilers/pct/regex

pmichaud at svn.parrot.org pmichaud at svn.parrot.org
Fri Oct 2 15:51:33 UTC 2009


Author: pmichaud
Date: Fri Oct  2 15:51:33 2009
New Revision: 41617
URL: https://trac.parrot.org/parrot/changeset/41617

Log:
[pct-rx]:  Add plan() to pct/regex tests.

Modified:
   branches/pct-rx/t/compilers/pct/regex/03-symtoken.t
   branches/pct-rx/t/compilers/pct/regex/04-protoregex.t

Modified: branches/pct-rx/t/compilers/pct/regex/03-symtoken.t
==============================================================================
--- branches/pct-rx/t/compilers/pct/regex/03-symtoken.t	Fri Oct  2 15:50:32 2009	(r41616)
+++ branches/pct-rx/t/compilers/pct/regex/03-symtoken.t	Fri Oct  2 15:51:33 2009	(r41617)
@@ -21,6 +21,8 @@
     exports        = split ' ', 'plan diag ok nok is todo'
     test_namespace.'export_to'(curr_namespace, exports)
 
+    plan(23)
+
     load_bytecode 'PCT/Regex.pbc'
 
     # create a grammar for us to test

Modified: branches/pct-rx/t/compilers/pct/regex/04-protoregex.t
==============================================================================
--- branches/pct-rx/t/compilers/pct/regex/04-protoregex.t	Fri Oct  2 15:50:32 2009	(r41616)
+++ branches/pct-rx/t/compilers/pct/regex/04-protoregex.t	Fri Oct  2 15:51:33 2009	(r41617)
@@ -21,6 +21,8 @@
     exports        = split ' ', 'plan diag ok nok is todo'
     test_namespace.'export_to'(curr_namespace, exports)
 
+    plan(32)
+
     load_bytecode 'PCT/Regex.pbc'
 
     # create a grammar for us to test


More information about the parrot-commits mailing list