2012-11-26 22:47 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/Makefile
+ src/rtl/hbtest.prg
* include/harbour.hbx
+ added simple regression test framework in core, so
such tests can be easily added to contribs and 3rd
party projects. It's based on the engine used in
hbtest.
Usage:
#include "hbtest.ch"
HBTEST <expression> IS <expected value>
F.e.:
HBTEXT 2 + 2 IS 4
* contrib/hbgt/tests/test.prg
+ use the new experimental regression test framework
in core.
* utils/hbmk2/hbmk2.prg
+ added note to help text about scripts being executed
under a default codepage of UTF-8
* contrib/gtwvg/class.prg
* contrib/gtwvg/dataref.prg
* contrib/gtwvg/drawarea.prg
* contrib/gtwvg/menubar.prg
* contrib/gtwvg/wnd.prg
* contrib/hbamf/readme.txt
* contrib/hbgd/gd.prg
* contrib/hbhttpd/core.prg
* contrib/hbtip/mail.prg
* contrib/xhb/cstruct.prg
* contrib/xhb/dumpvar.prg
* contrib/xhb/xdbmodst.prg
* extras/hbdoc/genhtml.prg
* extras/httpsrv/session.prg
* src/debug/debugger.prg
* src/rtl/tgetlist.prg
* src/rtl/tobject.prg
* src/rtl/valtoexp.prg
* tests/clasname.prg
* utils/hbmk2/hbmk2.prg
* :CLASSNAME -> :CLASSNAME()
* contrib/hbct/addascii.c
* contrib/hbct/charmirr.c
* contrib/hbct/charrepl.c
* contrib/hbct/charsort.c
* contrib/hbct/charswap.c
* contrib/hbct/justify.c
* contrib/hbct/pos2.c
* contrib/hbct/relation.c
* contrib/hbct/wordrepl.c
* contrib/hbgt/chrcount.c
* extras/gfspell/spellc.c
* minor cleanups
* utils/hbtest/hbtest.prg
* utils/hbtest/rt_main.ch
* cleanups
This commit is contained in:
@@ -822,7 +822,7 @@ METHOD Decode( cData ) CLASS uhttpd_Session
|
||||
#if 0
|
||||
CASE "O"
|
||||
// TraceLog( "Decode - xVal - Object", xVal )
|
||||
IF xVal:classname == "TASSOCIATIVEARRAY"
|
||||
IF xVal:className() == "TASSOCIATIVEARRAY"
|
||||
// TraceLog( "Decode - xVal - Object - TAssociativeArray - Keys", xVal:Keys )
|
||||
FOR EACH cKey IN xVal:Keys
|
||||
// TraceLog( "Decode TassociativeArray - cKey, xVal:SendKey( cKey )", cKey, xVal:SendKey( cKey ) )
|
||||
|
||||
Reference in New Issue
Block a user