[svn:parrot] r44544 - trunk/runtime/parrot/library/Test/Builder

coke at svn.parrot.org coke at svn.parrot.org
Sun Feb 28 05:07:40 UTC 2010


Author: coke
Date: Sun Feb 28 05:07:39 2010
New Revision: 44544
URL: https://trac.parrot.org/parrot/changeset/44544

Log:
fix case-sensitive bug introduced during conversion from ::-strings to ;-keys.

Modified:
   trunk/runtime/parrot/library/Test/Builder/Test.pir

Modified: trunk/runtime/parrot/library/Test/Builder/Test.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Builder/Test.pir	Sun Feb 28 05:02:25 2010	(r44543)
+++ trunk/runtime/parrot/library/Test/Builder/Test.pir	Sun Feb 28 05:07:39 2010	(r44544)
@@ -40,7 +40,7 @@
     addattribute tbtwr_class, 'reason'
 
     .local pmc tbts_class
-    subclass tbts_class, tbtwr_class, ['Test'; 'Builder'; 'Test'; 'SKIP'] 
+    subclass tbts_class, tbtwr_class, ['Test'; 'Builder'; 'Test'; 'Skip'] 
 
     .local pmc tbtt_class
     subclass tbtt_class, tbtwr_class, ['Test'; 'Builder'; 'Test'; 'TODO'] 


More information about the parrot-commits mailing list