2002-01-25 14:25 UTC+0000 Dave Pearson <davep@davep.org>

* 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.
This commit is contained in:
Dave Pearson
2002-01-25 14:28:51 +00:00
parent e7f5782fe0
commit afd1f7aa86
2 changed files with 6 additions and 3 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
*contrib/hbzlib/zipnew.cpp
* All calls to hb_itemArrayPut() replaced with hb_arraySet()
2002-01-25 21:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
! Few type casts for MSVC
2002-01-25 19:00 UTC+0100 Antonio Linares <alinares@fivetech.com>

View File

@@ -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
ENDCLASS