yes indeed, thanks
--
Walter Pachl

---- Gil Barmwater <gbarmwa...@alum.rpi.edu> schrieb:
> In step 4, shouldn't that be "path" instead of "class path"?
> 
> Gil B.
> 
> On 10/7/2014 7:09 AM, Walter Pachl wrote:
> > This cookbook documents my hard way to getting rid of my first contibutions 
> > to the
> > testing of 5.0.0. It's for Windows only,
> >
> > 1) Download SVN if you don't have it
> > 2) Create a directory where you want to maintain the test suite
> >     I used d:\_ooTest
> > 3) check out the suite with this command in a command window
> >     making the directory created under 2) the current directory:
> >       d:\ooTest>svn checkout 
> > https://svn.code.sf.net/p/oorexx/code-0/test/trunk
> >     This will create a folder trunk
> >     The essentials are now:
> >     d:\_ooTest
> >         trunk
> >           framework
> >           ooRexx
> > 4) add these elements to your class path
> >       d:\_OOTest\trunk;d:\_OOTest\trunk\framework
> >
> > 5) copy a testgroup file from, e.g.,
> >       d:\_OOTest\trunk\ooRexx\base\bif\ABS.testgroup to d:\ooTest\*.*
> >
> > 6) Edit this file to add tests such as
> >       ::method "test_104"
> >          self~expectSyntax(40.3)
> >          x=abs()
> >
> >       ::method "test_105"
> >          self~expectSyntax(93.943)
> >          x=abs('A')
> >
> > 7) execute the testgroup by
> >       d:\_ooTest>rexx abs.testgroup
> >
> > 8) When you are happy (the testgroup shows no errors)
> >     copy your changed file back to
> >        d:\_ooTest\trunk\ooRexx\base\bif\abs.testgroup
> >
> > 9) now create a patch using this command
> >        d:\_ooTest\trunk>svn diff > abs.patch
> >
> > 10) Open this page
> >        https://sourceforge.net/p/oorexx/test-cases
> >      login and create a ticket with the patch attached
> >
> > Corrections are welcome--
> > Walter
> >
> > ------------------------------------------------------------------------------
> > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Oorexx-devel mailing list
> > Oorexx-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> >
> 
> -- 
> Gil Barmwater
> 
> 
> -- 
> Gil Barmwater
> 
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&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