diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 74d86e391c..dac7203d6e 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,108 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-02-27 19:12 UTC+0100 Viktor Szakats (harbour syenar.net) + * tests/* + * website/* + * dropped 'tst'/'ts'/'test' from most + filenames inside main 'tests' dir. 8 chars will + allow for more descriptive names than 4-5. + Some renamed to use the new space. + Similar ones will now be much close together + and easier to lookup in alphabetical order. + ; NOTE: Perhaps a new distinction would be useful, + for those which are indeed tests for the + compiler or PP, f.e. these: + declare.prg, dupvars.prg, keywords.prg, linecont.prg, + lnlenli1.prg, lnlenli2.prg, pp.prg, pragma.prg, warnings.prg + ; List of changes: + tests/ac_test.prg -> achoice.prg + tests/ac_test2.prg -> achoice2.prg + tests/adirtest.prg -> adir.prg + tests/ainstest.prg -> ains.prg + tests/tstalias.prg -> aliasrt.prg + tests/altdtest.prg -> altd.prg + tests/atest.prg -> array.prg + tests/tstasort.prg -> asort.prg + tests/boxtst2.prg -> box2.prg + tests/boxtest.prg -> box3.prg + tests/testbrdb.prg -> browse.prg + tests/tstblock.prg -> cblock.prg + tests/testcdx.prg -> cdx.prg + tests/tstchbx.prg -> checkbox.prg + tests/testcls.prg -> cls.prg + tests/tscmdarg.c -> cmdarg.c + tests/tstcolor.prg -> color.prg + tests/testcom1.prg -> com.prg + tests/cursrtst.prg -> cursor.prg + tests/dttest.prg -> datetime.prg + tests/dbevalts.prg -> dbeval.prg + tests/testdbf.prg -> dbf.prg + tests/tstdbi.prg -> dbi.prg + tests/debugtst.prg -> debug.prg + tests/testdecl.prg -> declare.prg + tests/testid.prg -> define.prg + tests/delimtst.prg -> delim.prg + tests/devtest.prg -> dev.prg + tests/dirtest.prg -> directry.prg + tests/tstdspac.prg -> diskspac.prg + tests/disptest.prg -> disp.prg + tests/testdyn.c -> dyn.c + tests/testdyn1.prg -> dyn.prg + tests/testdyn.prg -> dynwin.prg + tests/testerro.prg -> errsys.prg + tests/exittest.prg -> exit.prg + tests/iotest.prg -> fileio.prg + tests/iotest2.prg -> fileio2.prg + tests/fortest.prg -> for.prg + tests/testfor.prg -> for2.prg + tests/testget.prg -> get.prg + tests/tstgtapi.c -> gtapi.c + tests/gtstdtst.prg -> gtstd.prg + tests/hbdoctst.prg -> hbdoc.prg + tests/testhrb.prg -> hrb.prg + tests/hsxtest.prg -> hsx.prg + tests/testhtml.prg -> html.prg + tests/testidle.prg -> idle.prg + tests/testinit.prg -> initproc.prg + tests/inkeytst.prg -> inkey.prg + tests/testlbl.prg -> lbl.prg + tests/tstmacro.prg -> macro.prg + tests/mathtest.prg -> math.prg + tests/testmem.prg -> mem.prg + tests/memtst.prg -> memmgr.prg + tests/menutest.prg -> menuto.prg + tests/testmny.prg -> money.prg + tests/mousetst.prg -> mouse.prg + tests/testntx.prg -> ntx.prg + tests/testop.prg -> op.prg + tests/testpers.prg -> persist.prg + tests/testpp.prg -> pp.prg + tests/testpre.prg -> ppapi.prg + tests/tstprag.prg -> pragma.prg + tests/testprof.prg -> profiler.prg + tests/testrdd.prg -> rdd.prg + tests/testrdd2.prg -> rdd2.prg + tests/testread.prg -> read.prg + tests/regextst.prg -> regex2.prg + tests/testrpt.prg -> rpt.prg + tests/sbartest.prg -> sbar.prg + tests/sdf_test.prg -> sdf.prg + tests/set_test.prg -> set.prg + tests/videotst.prg -> setmode.prg + tests/testsha1.prg -> sha1.prg + tests/testsha2.prg -> sha2.prg + tests/teststr.prg -> str.prg + tests/testbrw.prg -> tbrowse.prg + tests/transtst.prg -> transfrm.prg + tests/tstuse.prg -> use.prg + tests/testvars.prg -> vars.prg + tests/vidtest.prg -> video.prg + tests/testwarn.prg -> warnings.prg + + * tests/read.prg + * use K_* value + 2013-02-27 18:30 UTC+0100 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! fixed hbmk_FNameEscape() plugin API's legacy fallback @@ -66,63 +168,63 @@ * website/samples/tstmacro.prg.html * synced with code changes - * */tests/* + * contrib/*/tests/* * dropped 'tst'/'ts'/'test' from most filenames inside 'tests' subdirs. 8 chars will allow for more descriptive names than 4-5. + do not explicitly include the original source filename (use __FILE__ or similar) - ; List of changes, in /contrib: - /hbmisc/tests/testbbab.prg -> bubbleb.prg - /hbmisc/tests/testcall.prg -> calldll.prg - /hbmisc/tests/testhbf.prg -> hb_f.prg - /hbmisc/tests/tsstrfmt.prg -> strfmt.prg - /hbmisc/tests/twirl.prg -> twirler.prg - /hbmisc/tests/udpdstst.prg -> udpds.prg - /hbxpp/tests/testdll.prg -> dllcall.prg - /xhb/tests/testcp.prg -> copyfile.prg - /hbwin/tests/testax.prg -> activex.prg - /hbwin/tests/testcom1.prg -> serial1.prg - /hbwin/tests/testcom2.prg -> serial2.prg - /hbwin/tests/testcopy.prg -> shfileop.prg - /hbwin/tests/testdir.prg -> sysdir.prg - /hbwin/tests/testevnt.prg -> eventlog.prg - /hbwin/tests/testgdi.prg -> prngdi.prg - /hbwin/tests/testmapi.prg -> mapimail.prg - /hbwin/tests/testole.prg -> ole.prg - /hbwin/tests/testprn.prg -> prn1.prg - /hbwin/tests/testprn2.prg -> prn2.prg - /hbwin/tests/testprn3.prg -> prn3.prg - /hbwin/tests/testprn4.prg -> prn4.prg - /hbwin/tests/testreg.prg -> registry.prg - /hbwin/tests/testrpc.prg -> uuid.prg - /hbwin/tests/testsim.prg -> simwce.prg - /hbwin/tests/testsvc.prg -> service.prg - /hbwin/tests/testwmtx.prg -> mutexwin.prg - /hbzebra/tests/testcair.prg -> cairo.prg - /hbzebra/tests/testhpdf.prg -> harupdf.prg - /hbzebra/tests/testwin.prg -> wingdi.prg - /rddads/tests/testmg.prg -> manage.prg - /hbodbc/tests/odbcdemo.prg -> todbc.prg - /hbodbc/tests/testodbc.prg -> odbc.prg - /hbsqlit3/tests/hdbctest.prg -> hdbc.prg - /hbsqlit3/tests/sl3_test.prg -> demo.prg - /hbunix/tests/testdmn.prg -> daemon.prg - /hbunix/tests/testpid.prg -> getpid.prg - /hbgd/tests/bartest.prg -> barcode.prg - /hbgd/tests/barms.prg -> barcode2.prg - /hbgd/tests/gdtest.prg -> gdapi.prg - /hbgd/tests/gdtestcl.prg -> gdclass.prg - /hbgd/tests/testdpi.prg -> fontdpi.prg - /hbgd/tests/test_out.prg -> cgi.prg - /hbtip/tests/test01.prg -> httpcli.prg - /hbtip/tests/tipmime.prg -> mimetype.prg - /hbtip/tests/tiptest.prg -> tipwget.prg - /hbtip/tests/tiptime.prg -> timestmp.prg - /hbamf/tests/tstendin.prg -> test.prg - /hbfimage/tests/fitest.prg -> test.prg - /hbtpathy/tests/testtp.prg -> test.prg - /hbgs/tests/testgs.prg -> test.prg + ; List of changes, in contrib/: + hbmisc/tests/testbbab.prg -> bubbleb.prg + hbmisc/tests/testcall.prg -> calldll.prg + hbmisc/tests/testhbf.prg -> hb_f.prg + hbmisc/tests/tsstrfmt.prg -> strfmt.prg + hbmisc/tests/twirl.prg -> twirler.prg + hbmisc/tests/udpdstst.prg -> udpds.prg + hbxpp/tests/testdll.prg -> dllcall.prg + xhb/tests/testcp.prg -> copyfile.prg + hbwin/tests/testax.prg -> activex.prg + hbwin/tests/testcom1.prg -> serial1.prg + hbwin/tests/testcom2.prg -> serial2.prg + hbwin/tests/testcopy.prg -> shfileop.prg + hbwin/tests/testdir.prg -> sysdir.prg + hbwin/tests/testevnt.prg -> eventlog.prg + hbwin/tests/testgdi.prg -> prngdi.prg + hbwin/tests/testmapi.prg -> mapimail.prg + hbwin/tests/testole.prg -> ole.prg + hbwin/tests/testprn.prg -> prn1.prg + hbwin/tests/testprn2.prg -> prn2.prg + hbwin/tests/testprn3.prg -> prn3.prg + hbwin/tests/testprn4.prg -> prn4.prg + hbwin/tests/testreg.prg -> registry.prg + hbwin/tests/testrpc.prg -> uuid.prg + hbwin/tests/testsim.prg -> simwce.prg + hbwin/tests/testsvc.prg -> service.prg + hbwin/tests/testwmtx.prg -> mutexwin.prg + hbzebra/tests/testcair.prg -> cairo.prg + hbzebra/tests/testhpdf.prg -> harupdf.prg + hbzebra/tests/testwin.prg -> wingdi.prg + rddads/tests/testmg.prg -> manage.prg + hbodbc/tests/odbcdemo.prg -> todbc.prg + hbodbc/tests/testodbc.prg -> odbc.prg + hbsqlit3/tests/hdbctest.prg -> hdbc.prg + hbsqlit3/tests/sl3_test.prg -> demo.prg + hbunix/tests/testdmn.prg -> daemon.prg + hbunix/tests/testpid.prg -> getpid.prg + hbgd/tests/bartest.prg -> barcode.prg + hbgd/tests/barms.prg -> barcode2.prg + hbgd/tests/gdtest.prg -> gdapi.prg + hbgd/tests/gdtestcl.prg -> gdclass.prg + hbgd/tests/testdpi.prg -> fontdpi.prg + hbgd/tests/test_out.prg -> cgi.prg + hbtip/tests/test01.prg -> httpcli.prg + hbtip/tests/tipmime.prg -> mimetype.prg + hbtip/tests/tiptest.prg -> tipwget.prg + hbtip/tests/tiptime.prg -> timestmp.prg + hbamf/tests/tstendin.prg -> test.prg + hbfimage/tests/fitest.prg -> test.prg + hbtpathy/tests/testtp.prg -> test.prg + hbgs/tests/testgs.prg -> test.prg * contrib/hbmxml/tests/testmxml.prg * contrib/rddads/tests/datad.prg diff --git a/harbour/tests/ac_test.prg b/harbour/tests/achoice.prg similarity index 100% rename from harbour/tests/ac_test.prg rename to harbour/tests/achoice.prg diff --git a/harbour/tests/ac_test2.prg b/harbour/tests/achoice2.prg similarity index 100% rename from harbour/tests/ac_test2.prg rename to harbour/tests/achoice2.prg diff --git a/harbour/tests/adirtest.prg b/harbour/tests/adir.prg similarity index 100% rename from harbour/tests/adirtest.prg rename to harbour/tests/adir.prg diff --git a/harbour/tests/ainstest.prg b/harbour/tests/ains.prg similarity index 100% rename from harbour/tests/ainstest.prg rename to harbour/tests/ains.prg diff --git a/harbour/tests/tstalias.prg b/harbour/tests/aliasrt.prg similarity index 100% rename from harbour/tests/tstalias.prg rename to harbour/tests/aliasrt.prg diff --git a/harbour/tests/altdtest.prg b/harbour/tests/altd.prg similarity index 100% rename from harbour/tests/altdtest.prg rename to harbour/tests/altd.prg diff --git a/harbour/tests/atest.prg b/harbour/tests/array.prg similarity index 100% rename from harbour/tests/atest.prg rename to harbour/tests/array.prg diff --git a/harbour/tests/tstasort.prg b/harbour/tests/asort.prg similarity index 100% rename from harbour/tests/tstasort.prg rename to harbour/tests/asort.prg diff --git a/harbour/tests/boxtst2.prg b/harbour/tests/box2.prg similarity index 100% rename from harbour/tests/boxtst2.prg rename to harbour/tests/box2.prg diff --git a/harbour/tests/boxtest.prg b/harbour/tests/box3.prg similarity index 100% rename from harbour/tests/boxtest.prg rename to harbour/tests/box3.prg diff --git a/harbour/tests/testbrdb.prg b/harbour/tests/browse.prg similarity index 100% rename from harbour/tests/testbrdb.prg rename to harbour/tests/browse.prg diff --git a/harbour/tests/tstblock.prg b/harbour/tests/cblock.prg similarity index 100% rename from harbour/tests/tstblock.prg rename to harbour/tests/cblock.prg diff --git a/harbour/tests/testcdx.prg b/harbour/tests/cdx.prg similarity index 100% rename from harbour/tests/testcdx.prg rename to harbour/tests/cdx.prg diff --git a/harbour/tests/tstchbx.prg b/harbour/tests/checkbox.prg similarity index 100% rename from harbour/tests/tstchbx.prg rename to harbour/tests/checkbox.prg diff --git a/harbour/tests/testcls.prg b/harbour/tests/cls.prg similarity index 100% rename from harbour/tests/testcls.prg rename to harbour/tests/cls.prg diff --git a/harbour/tests/tscmdarg.c b/harbour/tests/cmdarg.c similarity index 100% rename from harbour/tests/tscmdarg.c rename to harbour/tests/cmdarg.c diff --git a/harbour/tests/tstcolor.prg b/harbour/tests/color.prg similarity index 100% rename from harbour/tests/tstcolor.prg rename to harbour/tests/color.prg diff --git a/harbour/tests/testcom1.prg b/harbour/tests/com.prg similarity index 100% rename from harbour/tests/testcom1.prg rename to harbour/tests/com.prg diff --git a/harbour/tests/cursrtst.prg b/harbour/tests/cursor.prg similarity index 100% rename from harbour/tests/cursrtst.prg rename to harbour/tests/cursor.prg diff --git a/harbour/tests/dttest.prg b/harbour/tests/datetime.prg similarity index 100% rename from harbour/tests/dttest.prg rename to harbour/tests/datetime.prg diff --git a/harbour/tests/dbevalts.prg b/harbour/tests/dbeval.prg similarity index 100% rename from harbour/tests/dbevalts.prg rename to harbour/tests/dbeval.prg diff --git a/harbour/tests/testdbf.prg b/harbour/tests/dbf.prg similarity index 100% rename from harbour/tests/testdbf.prg rename to harbour/tests/dbf.prg diff --git a/harbour/tests/tstdbi.prg b/harbour/tests/dbi.prg similarity index 100% rename from harbour/tests/tstdbi.prg rename to harbour/tests/dbi.prg diff --git a/harbour/tests/debugtst.prg b/harbour/tests/debug.prg similarity index 100% rename from harbour/tests/debugtst.prg rename to harbour/tests/debug.prg diff --git a/harbour/tests/testdecl.prg b/harbour/tests/declare.prg similarity index 100% rename from harbour/tests/testdecl.prg rename to harbour/tests/declare.prg diff --git a/harbour/tests/testid.prg b/harbour/tests/define.prg similarity index 100% rename from harbour/tests/testid.prg rename to harbour/tests/define.prg diff --git a/harbour/tests/delimtst.prg b/harbour/tests/delim.prg similarity index 100% rename from harbour/tests/delimtst.prg rename to harbour/tests/delim.prg diff --git a/harbour/tests/devtest.prg b/harbour/tests/dev.prg similarity index 100% rename from harbour/tests/devtest.prg rename to harbour/tests/dev.prg diff --git a/harbour/tests/dirtest.prg b/harbour/tests/directry.prg similarity index 100% rename from harbour/tests/dirtest.prg rename to harbour/tests/directry.prg diff --git a/harbour/tests/tstdspac.prg b/harbour/tests/diskspac.prg similarity index 100% rename from harbour/tests/tstdspac.prg rename to harbour/tests/diskspac.prg diff --git a/harbour/tests/disptest.prg b/harbour/tests/disp.prg similarity index 100% rename from harbour/tests/disptest.prg rename to harbour/tests/disp.prg diff --git a/harbour/tests/testdyn.c b/harbour/tests/dyn.c similarity index 95% rename from harbour/tests/testdyn.c rename to harbour/tests/dyn.c index b91e98cb96..36ed1c2c81 100644 --- a/harbour/tests/testdyn.c +++ b/harbour/tests/dyn.c @@ -12,8 +12,8 @@ */ /* Build with: - hbmk2 -hbdyn testdyn.c -otest_x86 - hbmk2 -hbdyn testdyn.c -otest_x64 + hbmk2 -hbdyn dyn.c -otest_x86 + hbmk2 -hbdyn dyn.c -otest_x64 */ #include "hbapi.h" diff --git a/harbour/tests/testdyn1.prg b/harbour/tests/dyn.prg similarity index 100% rename from harbour/tests/testdyn1.prg rename to harbour/tests/dyn.prg diff --git a/harbour/tests/testdyn.prg b/harbour/tests/dynwin.prg similarity index 100% rename from harbour/tests/testdyn.prg rename to harbour/tests/dynwin.prg diff --git a/harbour/tests/testerro.prg b/harbour/tests/errsys.prg similarity index 100% rename from harbour/tests/testerro.prg rename to harbour/tests/errsys.prg diff --git a/harbour/tests/exittest.prg b/harbour/tests/exit.prg similarity index 100% rename from harbour/tests/exittest.prg rename to harbour/tests/exit.prg diff --git a/harbour/tests/iotest.prg b/harbour/tests/fileio.prg similarity index 100% rename from harbour/tests/iotest.prg rename to harbour/tests/fileio.prg diff --git a/harbour/tests/iotest2.prg b/harbour/tests/fileio2.prg similarity index 100% rename from harbour/tests/iotest2.prg rename to harbour/tests/fileio2.prg diff --git a/harbour/tests/fortest.prg b/harbour/tests/for.prg similarity index 100% rename from harbour/tests/fortest.prg rename to harbour/tests/for.prg diff --git a/harbour/tests/testfor.prg b/harbour/tests/for2.prg similarity index 100% rename from harbour/tests/testfor.prg rename to harbour/tests/for2.prg diff --git a/harbour/tests/testget.prg b/harbour/tests/get.prg similarity index 100% rename from harbour/tests/testget.prg rename to harbour/tests/get.prg diff --git a/harbour/tests/tstgtapi.c b/harbour/tests/gtapi.c similarity index 100% rename from harbour/tests/tstgtapi.c rename to harbour/tests/gtapi.c diff --git a/harbour/tests/gtstdtst.prg b/harbour/tests/gtstd.prg similarity index 100% rename from harbour/tests/gtstdtst.prg rename to harbour/tests/gtstd.prg diff --git a/harbour/tests/hbdoctst.prg b/harbour/tests/hbdoc.prg similarity index 100% rename from harbour/tests/hbdoctst.prg rename to harbour/tests/hbdoc.prg diff --git a/harbour/tests/testhrb.prg b/harbour/tests/hrb.prg similarity index 100% rename from harbour/tests/testhrb.prg rename to harbour/tests/hrb.prg diff --git a/harbour/tests/hsxtest.prg b/harbour/tests/hsx.prg similarity index 100% rename from harbour/tests/hsxtest.prg rename to harbour/tests/hsx.prg diff --git a/harbour/tests/testhtml.prg b/harbour/tests/html.prg similarity index 100% rename from harbour/tests/testhtml.prg rename to harbour/tests/html.prg diff --git a/harbour/tests/testidle.prg b/harbour/tests/idle.prg similarity index 100% rename from harbour/tests/testidle.prg rename to harbour/tests/idle.prg diff --git a/harbour/tests/testinit.prg b/harbour/tests/initproc.prg similarity index 100% rename from harbour/tests/testinit.prg rename to harbour/tests/initproc.prg diff --git a/harbour/tests/inkeytst.prg b/harbour/tests/inkey.prg similarity index 100% rename from harbour/tests/inkeytst.prg rename to harbour/tests/inkey.prg diff --git a/harbour/tests/testlbl.prg b/harbour/tests/lbl.prg similarity index 100% rename from harbour/tests/testlbl.prg rename to harbour/tests/lbl.prg diff --git a/harbour/tests/tstmacro.prg b/harbour/tests/macro.prg similarity index 100% rename from harbour/tests/tstmacro.prg rename to harbour/tests/macro.prg diff --git a/harbour/tests/mathtest.prg b/harbour/tests/math.prg similarity index 100% rename from harbour/tests/mathtest.prg rename to harbour/tests/math.prg diff --git a/harbour/tests/testmem.prg b/harbour/tests/mem.prg similarity index 100% rename from harbour/tests/testmem.prg rename to harbour/tests/mem.prg diff --git a/harbour/tests/memtst.prg b/harbour/tests/memmgr.prg similarity index 100% rename from harbour/tests/memtst.prg rename to harbour/tests/memmgr.prg diff --git a/harbour/tests/menutest.prg b/harbour/tests/menuto.prg similarity index 100% rename from harbour/tests/menutest.prg rename to harbour/tests/menuto.prg diff --git a/harbour/tests/testmny.prg b/harbour/tests/money.prg similarity index 100% rename from harbour/tests/testmny.prg rename to harbour/tests/money.prg diff --git a/harbour/tests/mousetst.prg b/harbour/tests/mouse.prg similarity index 100% rename from harbour/tests/mousetst.prg rename to harbour/tests/mouse.prg diff --git a/harbour/tests/testntx.prg b/harbour/tests/ntx.prg similarity index 100% rename from harbour/tests/testntx.prg rename to harbour/tests/ntx.prg diff --git a/harbour/tests/testop.prg b/harbour/tests/op.prg similarity index 100% rename from harbour/tests/testop.prg rename to harbour/tests/op.prg diff --git a/harbour/tests/testpers.prg b/harbour/tests/persist.prg similarity index 100% rename from harbour/tests/testpers.prg rename to harbour/tests/persist.prg diff --git a/harbour/tests/testpp.prg b/harbour/tests/pp.prg similarity index 100% rename from harbour/tests/testpp.prg rename to harbour/tests/pp.prg diff --git a/harbour/tests/testpre.prg b/harbour/tests/ppapi.prg similarity index 100% rename from harbour/tests/testpre.prg rename to harbour/tests/ppapi.prg diff --git a/harbour/tests/tstprag.prg b/harbour/tests/pragma.prg similarity index 100% rename from harbour/tests/tstprag.prg rename to harbour/tests/pragma.prg diff --git a/harbour/tests/testprof.prg b/harbour/tests/profiler.prg similarity index 100% rename from harbour/tests/testprof.prg rename to harbour/tests/profiler.prg diff --git a/harbour/tests/testrdd.prg b/harbour/tests/rdd.prg similarity index 100% rename from harbour/tests/testrdd.prg rename to harbour/tests/rdd.prg diff --git a/harbour/tests/testrdd2.prg b/harbour/tests/rdd2.prg similarity index 100% rename from harbour/tests/testrdd2.prg rename to harbour/tests/rdd2.prg diff --git a/harbour/tests/testread.prg b/harbour/tests/read.prg similarity index 78% rename from harbour/tests/testread.prg rename to harbour/tests/read.prg index 8b38698adf..64c8c4c4a8 100644 --- a/harbour/tests/testread.prg +++ b/harbour/tests/read.prg @@ -4,6 +4,8 @@ // Harbour Get System sample +#include "inkey.ch" + PROCEDURE Main() LOCAL cName := "Harbour " @@ -13,10 +15,10 @@ PROCEDURE Main() LOCAL GetList := {} - SET COLOR TO GR +/ B, W +/ BG + SET COLOR TO GR+/B, W+/BG CLS - SET KEY -1 TO ShowVar() + SET KEY K_F2 TO ShowVar() @ 2, 2 SAY "Enter your name :" GET cName PICTURE "@K!" @ 4, 2 SAY "Enter your wish :" GET cWish @@ -24,7 +26,7 @@ PROCEDURE Main() @ 8, 2 SAY "Object Data :" GET GetList[ 1 ]:Picture FOR Counter := 1 TO Len( acVars[ 1 ] ) - @ Row() + 2, 2 SAY "Array Element[1][" + Str( Counter, 1 ) + "]: " GET acVars[ 1 ][ Counter ] + @ Row() + 2, 2 SAY "Array Element[ 1 ][ " + Str( Counter, 1 ) + " ]: " GET acVars[ 1 ][ Counter ] NEXT READ diff --git a/harbour/tests/regextst.prg b/harbour/tests/regex2.prg similarity index 100% rename from harbour/tests/regextst.prg rename to harbour/tests/regex2.prg diff --git a/harbour/tests/testrpt.prg b/harbour/tests/rpt.prg similarity index 100% rename from harbour/tests/testrpt.prg rename to harbour/tests/rpt.prg diff --git a/harbour/tests/sbartest.prg b/harbour/tests/sbar.prg similarity index 100% rename from harbour/tests/sbartest.prg rename to harbour/tests/sbar.prg diff --git a/harbour/tests/sdf_test.prg b/harbour/tests/sdf.prg similarity index 100% rename from harbour/tests/sdf_test.prg rename to harbour/tests/sdf.prg diff --git a/harbour/tests/set_test.prg b/harbour/tests/set.prg similarity index 100% rename from harbour/tests/set_test.prg rename to harbour/tests/set.prg diff --git a/harbour/tests/videotst.prg b/harbour/tests/setmode.prg similarity index 100% rename from harbour/tests/videotst.prg rename to harbour/tests/setmode.prg diff --git a/harbour/tests/testsha1.prg b/harbour/tests/sha1.prg similarity index 100% rename from harbour/tests/testsha1.prg rename to harbour/tests/sha1.prg diff --git a/harbour/tests/testsha2.prg b/harbour/tests/sha2.prg similarity index 100% rename from harbour/tests/testsha2.prg rename to harbour/tests/sha2.prg diff --git a/harbour/tests/teststr.prg b/harbour/tests/str.prg similarity index 100% rename from harbour/tests/teststr.prg rename to harbour/tests/str.prg diff --git a/harbour/tests/testbrw.prg b/harbour/tests/tbrowse.prg similarity index 100% rename from harbour/tests/testbrw.prg rename to harbour/tests/tbrowse.prg diff --git a/harbour/tests/transtst.prg b/harbour/tests/transfrm.prg similarity index 100% rename from harbour/tests/transtst.prg rename to harbour/tests/transfrm.prg diff --git a/harbour/tests/tstuse.prg b/harbour/tests/use.prg similarity index 100% rename from harbour/tests/tstuse.prg rename to harbour/tests/use.prg diff --git a/harbour/tests/testvars.prg b/harbour/tests/vars.prg similarity index 100% rename from harbour/tests/testvars.prg rename to harbour/tests/vars.prg diff --git a/harbour/tests/vidtest.prg b/harbour/tests/video.prg similarity index 100% rename from harbour/tests/vidtest.prg rename to harbour/tests/video.prg diff --git a/harbour/tests/testwarn.prg b/harbour/tests/warnings.prg similarity index 100% rename from harbour/tests/testwarn.prg rename to harbour/tests/warnings.prg diff --git a/harbour/website/index.html b/harbour/website/index.html index 30ea00d04a..65c050723f 100644 --- a/harbour/website/index.html +++ b/harbour/website/index.html @@ -401,10 +401,10 @@ Harbour is a cross-platform compiler and is known to compile and run on Windows

















