Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Sahananda (Jon) Wolfers
Thanks Rick, that works. On 6 October 2014 15:24, Rick McGuire wrote: > Don't bother adding the directives directory or any other directory you're > running tests from to your path. That shouldn't be necessary. You can run > any of the tests by either CDing to the directory or directly by spe

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Rick McGuire
Don't bother adding the directives directory or any other directory you're running tests from to your path. That shouldn't be necessary. You can run any of the tests by either CDing to the directory or directly by specifying the full directory name on the rexx command. The directory you DO need

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Sahananda (Jon) Wolfers
Now I am struggling with this. I have added the test trunk base and the directives test folder to my enormous path C:\evolution\oorexx>path > PATH=C:\Program Files\ImageMagick;c:\program > files\imagemagick;C:\Windows\system > > 32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsP

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Walter Pachl
on my way How can I test that Novalue is recognized here: ::method "test_3" str='ABC' self~assertSame(str[A],'C') it´s this the best way? ::method "test_3" Signal On Novalue self~expectSyntax(16.1) self~assertSame(str[A],'C') Can I establish Novalue globally?? Walter Pachl -

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Walter Pachl
+1 working Von: Rick McGuire [mailto:object.r...@gmail.com] Gesendet: Montag, 06. Oktober 2014 11:39 An: Open Object Rexx Developer Mailing List Betreff: Re: [Oorexx-devel] Testing - second step Jon, For people developing test cases, I really recommend not executing this by running

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Walter Pachl
That’s the better answer (I was going to ask Jon :)) Thanks and trying soon Walter Von: Rick McGuire [mailto:object.r...@gmail.com] Gesendet: Montag, 06. Oktober 2014 11:39 An: Open Object Rexx Developer Mailing List Betreff: Re: [Oorexx-devel] Testing - second step Jon, For people

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Rick McGuire
Jon, For people developing test cases, I really recommend not executing this by running the entire test suite. I don't want to have to deal with other failures or problems they might turn up. Running the test suite is NOT necessary. For me, all I do is add the root of the test tree and the fram

Re: [Oorexx-devel] Testing - second step

2014-10-06 Thread Sahananda (Jon) Wolfers
Hi Walter, you will find the answers in Marks document Where you should differ from what Mark wrote is to download the snapshot from SVN using the link Rick gave (which is what you appear to have done) Save it in a folde