[Bps-public-commit] r13882 - in Lorzy/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Tue Jul 8 16:01:46 EDT 2008


Author: sartak
Date: Tue Jul  8 16:01:38 2008
New Revision: 13882

Modified:
   Lorzy/trunk/   (props changed)
   Lorzy/trunk/t/builder.t

Log:
 r63870 at onn:  sartak | 2008-07-08 16:01:33 -0400
 After examining the code, it seems that the test is wrong - expression name should be "Lorzy::Expression::ProgN", not "ProgN". The code is very explicit, but if I'm wrong here please yell.


Modified: Lorzy/trunk/t/builder.t
==============================================================================
--- Lorzy/trunk/t/builder.t	(original)
+++ Lorzy/trunk/t/builder.t	Tue Jul  8 16:01:38 2008
@@ -28,17 +28,17 @@
         [
           bless( {
                    'signature' => {},
-                   'name' => 'ProgN',
+                   'name' => 'Lorzy::Expression::ProgN',
                    'args' => {},
                    'nodes' => [
                                 bless( {
                                          'signature' => {},
-                                         'name' => 'True',
+                                         'name' => 'Lorzy::Expression::True',
                                          'args' => {}
                                        }, 'Lorzy::Expression::True' ),
                                 bless( {
                                          'signature' => {},
-                                         'name' => 'False',
+                                         'name' => 'Lorzy::Expression::False',
                                          'args' => {}
                                        }, 'Lorzy::Expression::False' )
                               ]



More information about the Bps-public-commit mailing list