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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user