From 4e2d7cc0b4f9e441a4e9ecd2b2ed63dc4fd2c99e Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Fri, 4 Jun 1999 23:26:33 +0000 Subject: [PATCH] see changelog --- harbour/ChangeLog | 6 ++++++ harbour/tests/{broken/codebloc.prg => working/codebl.prg} | 0 harbour/tests/{broken => working}/exittest.prg | 0 3 files changed, 6 insertions(+) rename harbour/tests/{broken/codebloc.prg => working/codebl.prg} (100%) rename harbour/tests/{broken => working}/exittest.prg (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ede8d33583..52d1096578 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990605-00:22 CET Eddie Runia + * tests/broken/exittest.prg; tests/broken/codebloc.prg + removed, since they work ! + * tests/working/exittest.prg; tests/working/codebl.prg + added (renamed codebloc to avoid conflict) + 19990605-00:00 CET Eddie Runia * tests/working/runner.c PITEM -> PHB_ITEM diff --git a/harbour/tests/broken/codebloc.prg b/harbour/tests/working/codebl.prg similarity index 100% rename from harbour/tests/broken/codebloc.prg rename to harbour/tests/working/codebl.prg diff --git a/harbour/tests/broken/exittest.prg b/harbour/tests/working/exittest.prg similarity index 100% rename from harbour/tests/broken/exittest.prg rename to harbour/tests/working/exittest.prg