Oops, my error on the chars() and lines(). The checkStreamInfo routine I added had a copy error and was unconditionally setting the result to the null string rather than using the value passed as an argument. This should not be causing any errors for circular class, however. I won't be able to check that out until I get to my other computer.
Rick On Wed, Mar 14, 2012 at 9:15 AM, Jean-Louis Faucher <[email protected]> wrote: > Hi > > I have some failure/errors when runing that from main/trunk : > > rexx testOORexx.rex -R ooRexx\base\bif > rexx testOORexx.rex -R ooRexx\base\class > > One of the failures is for non existing file : the expected returned value > is 0 for chars or lines, but we return "". A quick debug shows that the > value is taken on the condition object (defaultResult). > No time for the moment to investigate more. > > An example of error : > In circularqueue.testGroup, line 168 : a2=a1~section(1) > raises "Not enough arguments in method; 1 expected" > > Is it only me ? > > Jean-Louis > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
