[Oorexx-devel] FILE.testGroup ( filesystem case sensitiveness )

2019-02-25 Thread Enrico Sorichetti via Oorexx-devel
subdir2 = .File~new("y\z", f) self~assertEquals(subdir, subdir2) end Is pretty confusing , Anyway it fails when the code to detect the filesystem case sensitivity is enabled [failure] [20190225 21:11:21.756899] svn:r11775 Change date: 2019-02-17 20:41:

Re: [Oorexx-devel] Testsuite

2019-02-25 Thread Erich Steinböck
Hi Enrico, this should be fixed with [r11807]. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Testsuite

2019-02-25 Thread Erich Steinböck
Hi Enrico, this should be fixed with revision [r11807]. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Testsuite

2019-02-25 Thread Chip Davis
Agreed. But could you please write the updated code to still allow for an "OS/2" possibility, if only for historical (and sentimental) reasons? -Chip- On 2/25/2019 6:24 AM, Enrico Sorichetti via Oorexx-devel wrote: The  code to detect the system is pretty outdated    -- test for

[Oorexx-devel] Testsuite

2019-02-25 Thread Enrico Sorichetti via Oorexx-devel
The code to detect the system is pretty outdated -- test for default command processor parse source os . -- get name of operating system os1=os~left(1)~translate -- get first character in uppercase if pos(os1, "O W") > 0 then do -- OS2, Windows ?