Thanks Rick,
that works.

On 6 October 2014 15:24, Rick McGuire <object.r...@gmail.com> 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 specifying
> the full directory name on the rexx command.
>
> The directory you DO need however, is the framework subdirectory of the
> test framework...without that, the ::requires in the testgroup file should
> fail because it can't find ooTest.frm.  This suggests it is finding an
> older version of that file somewhere in your path.  I suggest adding the
> two needed directories to the front of your path and see if that works.
>
> Rick
>
> On Mon, Oct 6, 2014 at 10:01 AM, Sahananda (Jon) Wolfers <
> sahana...@windhorse.biz> wrote:
>
>> 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\WindowsPowerShell\v1.
>>> 0\;c:\ooRexx;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program
>>> Files\Micros
>>> oft Dynamics AX\50\Client\Bin\;C:\Program Files\Microsoft SQL
>>> Server\100\Tools\B
>>> inn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL
>>> Server\100\Tools\Binn\;C
>>> :\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program
>>> Files\Publican;C:\
>>> Program Files\rexx.org\Rexx
>>> Extensions;C:\evolution\evolution;C:\Program Files\B
>>> SF4ooRexx;C:\Program Files\Java\jre7\bin\client;C:\Program
>>> Files\Microsoft Visua
>>> l Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program
>>> Files\QuickTime\QTSystem\
>>> ;c:\evolution\oorexx\;C:\Program Files\TortoiseSVN\bin;C:\Program
>>> Files\ooRexx;
>>>
>>>
>>> *C:\Users\sahananda\Documents\oorexxSVN\code-0\test\trunk\ooRexx\base\directives;C:\Users\sahananda\Documents\oorexxSVN\code-0\test\trunk*
>>
>>
>> trying to run any of the testgroups I receive this message:
>>
>> C:\evolution\oorexx>rexx attribute.testgroup
>>>   1373 *-* test~caseInfo = self~testInfo
>>>     45 *-* group~add(.ATTRIBUTE.testGroup)
>>> Error. 97 running.
>>> C:\Users\sahananda\Documents\oorexxSVN\code-0\test\trunk\ooTe
>>> st.frm line. 1373:  Object method not found.
>>> Error. 97.1:  Object "The ATTRIBUTE.testGroup class" does not understand
>>> message
>>>  "CASEINFO=".
>>
>>
>> I am at revision 10623
>>
>> Any ideas?
>>
>> Jon
>>
>>
>> On 6 October 2014 12:06, Walter Pachl <christel.u.w.pa...@chello.at>
>> wrote:
>>
>>> 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
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Slashdot TV.  Videos for Nerds.  Stuff that Matters.
>>>
>>> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Oorexx-devel mailing list
>>> Oorexx-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Slashdot TV.  Videos for Nerds.  Stuff that Matters.
>>
>> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>>
>>
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.  Videos for Nerds.  Stuff that Matters.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
>
------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to