[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[5903] trunk/bin/oe.pl



Revision: 5903
          http://sourceforge.net/p/ledger-smb/code/5903
Author:   tshvr
Date:     2013-07-17 08:25:09 +0000 (Wed, 17 Jul 2013)
Log Message:
-----------
allow tests to continue awaiting finalize_request() not returning

Modified Paths:
--------------
    trunk/bin/oe.pl

Modified: trunk/bin/oe.pl
===================================================================
--- trunk/bin/oe.pl	2013-07-10 09:29:43 UTC (rev 5902)
+++ trunk/bin/oe.pl	2013-07-17 08:25:09 UTC (rev 5903)
@@ -1024,6 +1024,7 @@
 
     if ( $newname = &check_name( $form->{vc} ) ) {
         &rebuild_vc( $form->{vc}, $ARAP, $form->{transdate}, 1 );
+        if($newname>1){return;}#tshvr4 may be dropped if finalize_request() does not return here
     }
 
     # I think this is safe because the shipping or receiving is tied to the 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.