From afd1f7aa862bfd68695740d6b024dc53643db316 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Fri, 25 Jan 2002 14:28:51 +0000 Subject: [PATCH] 2002-01-25 14:25 UTC+0000 Dave Pearson * tests/testpers.prg - Removed the use of cName, it hasn't been supported for a long time and it was stopping this test from working. --- harbour/ChangeLog | 5 +++++ harbour/tests/testpers.prg | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ed211fda20..369463115d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ *contrib/hbzlib/zipnew.cpp + * All calls to hb_itemArrayPut() replaced with hb_arraySet() + + +2002-01-25 21:35 UTC+0300 Alexander Kresin + ! Few type casts for MSVC 2002-01-25 19:00 UTC+0100 Antonio Linares diff --git a/harbour/tests/testpers.prg b/harbour/tests/testpers.prg index 5e5932b8ef..3095ab88f4 100644 --- a/harbour/tests/testpers.prg +++ b/harbour/tests/testpers.prg @@ -10,8 +10,6 @@ function Main() local oTest := Test():New() local oTest2 := Test2():New() - oTest:cName = "oTest" // We set a name for the persistent object to save - oTest:One = "hello" oTest:Two = 123 oTest:Three = "this value is not persistent" @@ -41,4 +39,4 @@ CLASS Test2 FROM HBPersistent DATA Five PROPERTY -ENDCLASS \ No newline at end of file +ENDCLASS