From 27ccee95a131f2031934111e82f65a852b4d09b6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 14 Sep 2006 13:24:26 +0000 Subject: [PATCH] 2006-09-14 15:23 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu) * harbour/tests/testlbl.prg ! use lower name in report name to work properly on case sensitive file systems --- harbour/ChangeLog | 5 +++++ harbour/tests/testlbl.prg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2fb3a51165..91f176f248 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + * harbour/include/hbclass.ch + * harbour/include/hboo.ch + * harbour/source/rtl/tclass.prg + * harbour/source/vm/arrays.c + * harbour/source/vm/classes.c + added support for object destructors * harbour/source/vm/garbage.c diff --git a/harbour/tests/testlbl.prg b/harbour/tests/testlbl.prg index 46a6fecfd6..84ced90d0f 100644 --- a/harbour/tests/testlbl.prg +++ b/harbour/tests/testlbl.prg @@ -6,7 +6,7 @@ FUNCTION MAIN() USE test New - LABEL FORM TEST + LABEL FORM test USE