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

Reply via email to