From c0eadc80eb65a5bf9db95f068f22526b42f1c45c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 27 Feb 2013 18:18:46 +0000 Subject: [PATCH] 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 --- harbour/ChangeLog.txt | 206 +++++++++++++----- harbour/tests/{ac_test.prg => achoice.prg} | 0 harbour/tests/{ac_test2.prg => achoice2.prg} | 0 harbour/tests/{adirtest.prg => adir.prg} | 0 harbour/tests/{ainstest.prg => ains.prg} | 0 harbour/tests/{tstalias.prg => aliasrt.prg} | 0 harbour/tests/{altdtest.prg => altd.prg} | 0 harbour/tests/{atest.prg => array.prg} | 0 harbour/tests/{tstasort.prg => asort.prg} | 0 harbour/tests/{boxtst2.prg => box2.prg} | 0 harbour/tests/{boxtest.prg => box3.prg} | 0 harbour/tests/{testbrdb.prg => browse.prg} | 0 harbour/tests/{tstblock.prg => cblock.prg} | 0 harbour/tests/{testcdx.prg => cdx.prg} | 0 harbour/tests/{tstchbx.prg => checkbox.prg} | 0 harbour/tests/{testcls.prg => cls.prg} | 0 harbour/tests/{tscmdarg.c => cmdarg.c} | 0 harbour/tests/{tstcolor.prg => color.prg} | 0 harbour/tests/{testcom1.prg => com.prg} | 0 harbour/tests/{cursrtst.prg => cursor.prg} | 0 harbour/tests/{dttest.prg => datetime.prg} | 0 harbour/tests/{dbevalts.prg => dbeval.prg} | 0 harbour/tests/{testdbf.prg => dbf.prg} | 0 harbour/tests/{tstdbi.prg => dbi.prg} | 0 harbour/tests/{debugtst.prg => debug.prg} | 0 harbour/tests/{testdecl.prg => declare.prg} | 0 harbour/tests/{testid.prg => define.prg} | 0 harbour/tests/{delimtst.prg => delim.prg} | 0 harbour/tests/{devtest.prg => dev.prg} | 0 harbour/tests/{dirtest.prg => directry.prg} | 0 harbour/tests/{tstdspac.prg => diskspac.prg} | 0 harbour/tests/{disptest.prg => disp.prg} | 0 harbour/tests/{testdyn.c => dyn.c} | 4 +- harbour/tests/{testdyn1.prg => dyn.prg} | 0 harbour/tests/{testdyn.prg => dynwin.prg} | 0 harbour/tests/{testerro.prg => errsys.prg} | 0 harbour/tests/{exittest.prg => exit.prg} | 0 harbour/tests/{iotest.prg => fileio.prg} | 0 harbour/tests/{iotest2.prg => fileio2.prg} | 0 harbour/tests/{fortest.prg => for.prg} | 0 harbour/tests/{testfor.prg => for2.prg} | 0 harbour/tests/{testget.prg => get.prg} | 0 harbour/tests/{tstgtapi.c => gtapi.c} | 0 harbour/tests/{gtstdtst.prg => gtstd.prg} | 0 harbour/tests/{hbdoctst.prg => hbdoc.prg} | 0 harbour/tests/{testhrb.prg => hrb.prg} | 0 harbour/tests/{hsxtest.prg => hsx.prg} | 0 harbour/tests/{testhtml.prg => html.prg} | 0 harbour/tests/{testidle.prg => idle.prg} | 0 harbour/tests/{testinit.prg => initproc.prg} | 0 harbour/tests/{inkeytst.prg => inkey.prg} | 0 harbour/tests/{testlbl.prg => lbl.prg} | 0 harbour/tests/{tstmacro.prg => macro.prg} | 0 harbour/tests/{mathtest.prg => math.prg} | 0 harbour/tests/{testmem.prg => mem.prg} | 0 harbour/tests/{memtst.prg => memmgr.prg} | 0 harbour/tests/{menutest.prg => menuto.prg} | 0 harbour/tests/{testmny.prg => money.prg} | 0 harbour/tests/{mousetst.prg => mouse.prg} | 0 harbour/tests/{testntx.prg => ntx.prg} | 0 harbour/tests/{testop.prg => op.prg} | 0 harbour/tests/{testpers.prg => persist.prg} | 0 harbour/tests/{testpp.prg => pp.prg} | 0 harbour/tests/{testpre.prg => ppapi.prg} | 0 harbour/tests/{tstprag.prg => pragma.prg} | 0 harbour/tests/{testprof.prg => profiler.prg} | 0 harbour/tests/{testrdd.prg => rdd.prg} | 0 harbour/tests/{testrdd2.prg => rdd2.prg} | 0 harbour/tests/{testread.prg => read.prg} | 8 +- harbour/tests/{regextst.prg => regex2.prg} | 0 harbour/tests/{testrpt.prg => rpt.prg} | 0 harbour/tests/{sbartest.prg => sbar.prg} | 0 harbour/tests/{sdf_test.prg => sdf.prg} | 0 harbour/tests/{set_test.prg => set.prg} | 0 harbour/tests/{videotst.prg => setmode.prg} | 0 harbour/tests/{testsha1.prg => sha1.prg} | 0 harbour/tests/{testsha2.prg => sha2.prg} | 0 harbour/tests/{teststr.prg => str.prg} | 0 harbour/tests/{testbrw.prg => tbrowse.prg} | 0 harbour/tests/{transtst.prg => transfrm.prg} | 0 harbour/tests/{tstuse.prg => use.prg} | 0 harbour/tests/{testvars.prg => vars.prg} | 0 harbour/tests/{vidtest.prg => video.prg} | 0 harbour/tests/{testwarn.prg => warnings.prg} | 0 harbour/website/index.html | 4 +- harbour/website/samples.html | 12 +- .../samples/{testbrdb.html => browse.html} | 12 +- .../{testbrdb.prg.html => browse.prg.html} | 0 .../samples/{testhtml.html => html.html} | 6 +- .../{testhtml.prg.html => html.prg.html} | 0 .../samples/{testidle.html => idle.html} | 8 +- .../{testidle.prg.html => idle.prg.html} | 0 .../samples/{tstmacro.html => macro.html} | 8 +- .../{tstmacro.prg.html => macro.prg.html} | 0 .../samples/{mousetst.html => mouse.html} | 12 +- .../{mousetst.prg.html => mouse.prg.html} | 0 .../{testbrdb_linux.png => browse_linux.png} | Bin .../{testbrdb_win.png => browse_win.png} | Bin .../screenshots/{testhtml.png => html.png} | Bin .../{testidle_win.png => idle_win.png} | Bin .../screenshots/{tstmacro.png => macro.png} | Bin .../{mousetst_linux.png => mouse_linux.png} | Bin .../{mousetst_win.png => mouse_win.png} | Bin .../{testbrw_linux.png => tbrowse_linux.png} | Bin .../{testbrw_win.png => tbrowse_win.png} | Bin .../samples/{testbrw.html => tbrowse.html} | 12 +- .../{testbrw.prg.html => tbrowse.prg.html} | 0 107 files changed, 198 insertions(+), 94 deletions(-) rename harbour/tests/{ac_test.prg => achoice.prg} (100%) rename harbour/tests/{ac_test2.prg => achoice2.prg} (100%) rename harbour/tests/{adirtest.prg => adir.prg} (100%) rename harbour/tests/{ainstest.prg => ains.prg} (100%) rename harbour/tests/{tstalias.prg => aliasrt.prg} (100%) rename harbour/tests/{altdtest.prg => altd.prg} (100%) rename harbour/tests/{atest.prg => array.prg} (100%) rename harbour/tests/{tstasort.prg => asort.prg} (100%) rename harbour/tests/{boxtst2.prg => box2.prg} (100%) rename harbour/tests/{boxtest.prg => box3.prg} (100%) rename harbour/tests/{testbrdb.prg => browse.prg} (100%) rename harbour/tests/{tstblock.prg => cblock.prg} (100%) rename harbour/tests/{testcdx.prg => cdx.prg} (100%) rename harbour/tests/{tstchbx.prg => checkbox.prg} (100%) rename harbour/tests/{testcls.prg => cls.prg} (100%) rename harbour/tests/{tscmdarg.c => cmdarg.c} (100%) rename harbour/tests/{tstcolor.prg => color.prg} (100%) rename harbour/tests/{testcom1.prg => com.prg} (100%) rename harbour/tests/{cursrtst.prg => cursor.prg} (100%) rename harbour/tests/{dttest.prg => datetime.prg} (100%) rename harbour/tests/{dbevalts.prg => dbeval.prg} (100%) rename harbour/tests/{testdbf.prg => dbf.prg} (100%) rename harbour/tests/{tstdbi.prg => dbi.prg} (100%) rename harbour/tests/{debugtst.prg => debug.prg} (100%) rename harbour/tests/{testdecl.prg => declare.prg} (100%) rename harbour/tests/{testid.prg => define.prg} (100%) rename harbour/tests/{delimtst.prg => delim.prg} (100%) rename harbour/tests/{devtest.prg => dev.prg} (100%) rename harbour/tests/{dirtest.prg => directry.prg} (100%) rename harbour/tests/{tstdspac.prg => diskspac.prg} (100%) rename harbour/tests/{disptest.prg => disp.prg} (100%) rename harbour/tests/{testdyn.c => dyn.c} (95%) rename harbour/tests/{testdyn1.prg => dyn.prg} (100%) rename harbour/tests/{testdyn.prg => dynwin.prg} (100%) rename harbour/tests/{testerro.prg => errsys.prg} (100%) rename harbour/tests/{exittest.prg => exit.prg} (100%) rename harbour/tests/{iotest.prg => fileio.prg} (100%) rename harbour/tests/{iotest2.prg => fileio2.prg} (100%) rename harbour/tests/{fortest.prg => for.prg} (100%) rename harbour/tests/{testfor.prg => for2.prg} (100%) rename harbour/tests/{testget.prg => get.prg} (100%) rename harbour/tests/{tstgtapi.c => gtapi.c} (100%) rename harbour/tests/{gtstdtst.prg => gtstd.prg} (100%) rename harbour/tests/{hbdoctst.prg => hbdoc.prg} (100%) rename harbour/tests/{testhrb.prg => hrb.prg} (100%) rename harbour/tests/{hsxtest.prg => hsx.prg} (100%) rename harbour/tests/{testhtml.prg => html.prg} (100%) rename harbour/tests/{testidle.prg => idle.prg} (100%) rename harbour/tests/{testinit.prg => initproc.prg} (100%) rename harbour/tests/{inkeytst.prg => inkey.prg} (100%) rename harbour/tests/{testlbl.prg => lbl.prg} (100%) rename harbour/tests/{tstmacro.prg => macro.prg} (100%) rename harbour/tests/{mathtest.prg => math.prg} (100%) rename harbour/tests/{testmem.prg => mem.prg} (100%) rename harbour/tests/{memtst.prg => memmgr.prg} (100%) rename harbour/tests/{menutest.prg => menuto.prg} (100%) rename harbour/tests/{testmny.prg => money.prg} (100%) rename harbour/tests/{mousetst.prg => mouse.prg} (100%) rename harbour/tests/{testntx.prg => ntx.prg} (100%) rename harbour/tests/{testop.prg => op.prg} (100%) rename harbour/tests/{testpers.prg => persist.prg} (100%) rename harbour/tests/{testpp.prg => pp.prg} (100%) rename harbour/tests/{testpre.prg => ppapi.prg} (100%) rename harbour/tests/{tstprag.prg => pragma.prg} (100%) rename harbour/tests/{testprof.prg => profiler.prg} (100%) rename harbour/tests/{testrdd.prg => rdd.prg} (100%) rename harbour/tests/{testrdd2.prg => rdd2.prg} (100%) rename harbour/tests/{testread.prg => read.prg} (78%) rename harbour/tests/{regextst.prg => regex2.prg} (100%) rename harbour/tests/{testrpt.prg => rpt.prg} (100%) rename harbour/tests/{sbartest.prg => sbar.prg} (100%) rename harbour/tests/{sdf_test.prg => sdf.prg} (100%) rename harbour/tests/{set_test.prg => set.prg} (100%) rename harbour/tests/{videotst.prg => setmode.prg} (100%) rename harbour/tests/{testsha1.prg => sha1.prg} (100%) rename harbour/tests/{testsha2.prg => sha2.prg} (100%) rename harbour/tests/{teststr.prg => str.prg} (100%) rename harbour/tests/{testbrw.prg => tbrowse.prg} (100%) rename harbour/tests/{transtst.prg => transfrm.prg} (100%) rename harbour/tests/{tstuse.prg => use.prg} (100%) rename harbour/tests/{testvars.prg => vars.prg} (100%) rename harbour/tests/{vidtest.prg => video.prg} (100%) rename harbour/tests/{testwarn.prg => warnings.prg} (100%) rename harbour/website/samples/{testbrdb.html => browse.html} (91%) rename harbour/website/samples/{testbrdb.prg.html => browse.prg.html} (100%) rename harbour/website/samples/{testhtml.html => html.html} (96%) rename harbour/website/samples/{testhtml.prg.html => html.prg.html} (100%) rename harbour/website/samples/{testidle.html => idle.html} (94%) rename harbour/website/samples/{testidle.prg.html => idle.prg.html} (100%) rename harbour/website/samples/{tstmacro.html => macro.html} (94%) rename harbour/website/samples/{tstmacro.prg.html => macro.prg.html} (100%) rename harbour/website/samples/{mousetst.html => mouse.html} (92%) rename harbour/website/samples/{mousetst.prg.html => mouse.prg.html} (100%) rename harbour/website/samples/screenshots/{testbrdb_linux.png => browse_linux.png} (100%) rename harbour/website/samples/screenshots/{testbrdb_win.png => browse_win.png} (100%) rename harbour/website/samples/screenshots/{testhtml.png => html.png} (100%) rename harbour/website/samples/screenshots/{testidle_win.png => idle_win.png} (100%) rename harbour/website/samples/screenshots/{tstmacro.png => macro.png} (100%) rename harbour/website/samples/screenshots/{mousetst_linux.png => mouse_linux.png} (100%) rename harbour/website/samples/screenshots/{mousetst_win.png => mouse_win.png} (100%) rename harbour/website/samples/screenshots/{testbrw_linux.png => tbrowse_linux.png} (100%) rename harbour/website/samples/screenshots/{testbrw_win.png => tbrowse_win.png} (100%) rename harbour/website/samples/{testbrw.html => tbrowse.html} (92%) rename harbour/website/samples/{testbrw.prg.html => tbrowse.prg.html} (100%) 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   - TBrowse and TBColumn sample + TBrowse and TBColumn sample - A simple example demonstrating the use of classes TBrowse and TBColumn. + A simple example demonstrating the use of classes TBrowse and TBColumn. diff --git a/harbour/website/samples.html b/harbour/website/samples.html index a8ae3f8868..293f743526 100644 --- a/harbour/website/samples.html +++ b/harbour/website/samples.html @@ -91,7 +91,7 @@     @@ -149,8 +149,8 @@     @@ -174,7 +174,7 @@   @@ -272,7 +272,7 @@     diff --git a/harbour/website/samples/testbrdb.html b/harbour/website/samples/browse.html similarity index 91% rename from harbour/website/samples/testbrdb.html rename to harbour/website/samples/browse.html index 09146908e4..6e465d67ba 100644 --- a/harbour/website/samples/testbrdb.html +++ b/harbour/website/samples/browse.html @@ -2,7 +2,7 @@ -Harbour Project - Samples -> testbrdb +Harbour Project - Samples -> browse @@ -59,7 +59,7 @@     @@ -71,11 +71,11 @@   -

- testbrdb sample running on Windows Vista
+

+ browse sample running on Windows Vista

-
- testbrdb sample running on Linux
+
+ browse sample running on Linux
  diff --git a/harbour/website/samples/testbrdb.prg.html b/harbour/website/samples/browse.prg.html similarity index 100% rename from harbour/website/samples/testbrdb.prg.html rename to harbour/website/samples/browse.prg.html diff --git a/harbour/website/samples/testhtml.html b/harbour/website/samples/html.html similarity index 96% rename from harbour/website/samples/testhtml.html rename to harbour/website/samples/html.html index f947eebc4c..eb07df9bc7 100644 --- a/harbour/website/samples/testhtml.html +++ b/harbour/website/samples/html.html @@ -2,7 +2,7 @@ -Harbour Project - Samples -> testhtml +Harbour Project - Samples -> html @@ -64,7 +64,7 @@     @@ -76,7 +76,7 @@   -
+
  diff --git a/harbour/website/samples/testhtml.prg.html b/harbour/website/samples/html.prg.html similarity index 100% rename from harbour/website/samples/testhtml.prg.html rename to harbour/website/samples/html.prg.html diff --git a/harbour/website/samples/testidle.html b/harbour/website/samples/idle.html similarity index 94% rename from harbour/website/samples/testidle.html rename to harbour/website/samples/idle.html index e14949e304..e82a8da74a 100644 --- a/harbour/website/samples/testidle.html +++ b/harbour/website/samples/idle.html @@ -2,7 +2,7 @@ -Harbour Project - Samples -> testidle +Harbour Project - Samples -> idle @@ -64,7 +64,7 @@     @@ -81,8 +81,8 @@   -

-testidle sample running on Windows

+

+idle sample running on Windows

 
  diff --git a/harbour/website/samples/testidle.prg.html b/harbour/website/samples/idle.prg.html similarity index 100% rename from harbour/website/samples/testidle.prg.html rename to harbour/website/samples/idle.prg.html diff --git a/harbour/website/samples/tstmacro.html b/harbour/website/samples/macro.html similarity index 94% rename from harbour/website/samples/tstmacro.html rename to harbour/website/samples/macro.html index c4f80acd73..60e049103a 100644 --- a/harbour/website/samples/tstmacro.html +++ b/harbour/website/samples/macro.html @@ -2,7 +2,7 @@ -Harbour Project - Samples -> tstmacro +Harbour Project - Samples -> macro @@ -59,7 +59,7 @@     @@ -71,8 +71,8 @@   -

- tstmacro running on Linux
+

+ macro running on Linux
  diff --git a/harbour/website/samples/tstmacro.prg.html b/harbour/website/samples/macro.prg.html similarity index 100% rename from harbour/website/samples/tstmacro.prg.html rename to harbour/website/samples/macro.prg.html diff --git a/harbour/website/samples/mousetst.html b/harbour/website/samples/mouse.html similarity index 92% rename from harbour/website/samples/mousetst.html rename to harbour/website/samples/mouse.html index baae4fda66..18a3333b92 100644 --- a/harbour/website/samples/mousetst.html +++ b/harbour/website/samples/mouse.html @@ -2,7 +2,7 @@ -Harbour Project - Samples -> mousetst +Harbour Project - Samples -> mouse @@ -64,7 +64,7 @@     @@ -81,11 +81,11 @@   -

-mousetst sample running on Windows Vista
+

+mouse sample running on Windows Vista

-
-mousetst sample running on Linux
+
+mouse sample running on Linux
  diff --git a/harbour/website/samples/mousetst.prg.html b/harbour/website/samples/mouse.prg.html similarity index 100% rename from harbour/website/samples/mousetst.prg.html rename to harbour/website/samples/mouse.prg.html diff --git a/harbour/website/samples/screenshots/testbrdb_linux.png b/harbour/website/samples/screenshots/browse_linux.png similarity index 100% rename from harbour/website/samples/screenshots/testbrdb_linux.png rename to harbour/website/samples/screenshots/browse_linux.png diff --git a/harbour/website/samples/screenshots/testbrdb_win.png b/harbour/website/samples/screenshots/browse_win.png similarity index 100% rename from harbour/website/samples/screenshots/testbrdb_win.png rename to harbour/website/samples/screenshots/browse_win.png diff --git a/harbour/website/samples/screenshots/testhtml.png b/harbour/website/samples/screenshots/html.png similarity index 100% rename from harbour/website/samples/screenshots/testhtml.png rename to harbour/website/samples/screenshots/html.png diff --git a/harbour/website/samples/screenshots/testidle_win.png b/harbour/website/samples/screenshots/idle_win.png similarity index 100% rename from harbour/website/samples/screenshots/testidle_win.png rename to harbour/website/samples/screenshots/idle_win.png diff --git a/harbour/website/samples/screenshots/tstmacro.png b/harbour/website/samples/screenshots/macro.png similarity index 100% rename from harbour/website/samples/screenshots/tstmacro.png rename to harbour/website/samples/screenshots/macro.png diff --git a/harbour/website/samples/screenshots/mousetst_linux.png b/harbour/website/samples/screenshots/mouse_linux.png similarity index 100% rename from harbour/website/samples/screenshots/mousetst_linux.png rename to harbour/website/samples/screenshots/mouse_linux.png diff --git a/harbour/website/samples/screenshots/mousetst_win.png b/harbour/website/samples/screenshots/mouse_win.png similarity index 100% rename from harbour/website/samples/screenshots/mousetst_win.png rename to harbour/website/samples/screenshots/mouse_win.png diff --git a/harbour/website/samples/screenshots/testbrw_linux.png b/harbour/website/samples/screenshots/tbrowse_linux.png similarity index 100% rename from harbour/website/samples/screenshots/testbrw_linux.png rename to harbour/website/samples/screenshots/tbrowse_linux.png diff --git a/harbour/website/samples/screenshots/testbrw_win.png b/harbour/website/samples/screenshots/tbrowse_win.png similarity index 100% rename from harbour/website/samples/screenshots/testbrw_win.png rename to harbour/website/samples/screenshots/tbrowse_win.png diff --git a/harbour/website/samples/testbrw.html b/harbour/website/samples/tbrowse.html similarity index 92% rename from harbour/website/samples/testbrw.html rename to harbour/website/samples/tbrowse.html index 567fe1375d..ce31d48146 100644 --- a/harbour/website/samples/testbrw.html +++ b/harbour/website/samples/tbrowse.html @@ -2,7 +2,7 @@ -Harbour Project - Samples -> testbrw +Harbour Project - Samples -> tbrowse @@ -59,7 +59,7 @@     @@ -71,11 +71,11 @@   -

- testbrw sample running on Windows Vista
+

+ tbrowse sample running on Windows Vista

-
- testbrw sample running on Linux
+
+ tbrowse sample running on Linux
  diff --git a/harbour/website/samples/testbrw.prg.html b/harbour/website/samples/tbrowse.prg.html similarity index 100% rename from harbour/website/samples/testbrw.prg.html rename to harbour/website/samples/tbrowse.prg.html