Von meinem iPhone gesendet

> Am 20.02.2021 um 18:34 schrieb Rick McGuire <object.r...@gmail.com>:
> 
> 
> 
> 
>> On Sat, Feb 20, 2021 at 12:15 PM P.O. Jonsson <oor...@jonases.se> wrote:
>> Dear all,
>> 
>> I now have a working solution for the samples that I hope can be accepted. I 
>> have amended FileUtils.cls in /framework to handle macOS along the lines of 
>> other OSes. The samples as well as the executables can be located for known 
>> installation types (Unix-type and Framework type (BSF) installations) and I 
>> get the same number of tests and assertions as on Unix/Linux when I execute 
>> them. On Windows I get more since some samples are Windows-only.
>> 
>> However, I have found one place in FileUtils.cls that puzzles me.
>> 
>> In ::routine findBuildDir public
>> 
>> there is this line
>> 
>>   if directory(.ooTest.originalWorkingDir) == "" then return .nil
>> 
>> That you can never get past, since .ooTest.originalWorkingDir is not defined 
>> and thus all the system-specific code below this line is never executed, 
>> also not for Windows and Unix/Linux.
>> 
>> Any objections if I comment this line out?
>  
> .ooTest.originalWorkingDir is something that gets set in ooTest.frm in the 
> initialization code. I suspect it would be a bad idea to delete any test that 
> relies on it. 
> 
> Rick
> 
>  
Ok I leave it then. It does not influence the testing as far as I can see. Will 
look at ooTest.frm tomorrow. 
>> 
>> Hälsningar/Regards/Grüsse,
>> P.O. Jonsson
>> oor...@jonases.se
>> 
>> 
>> 
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to