瀏覽代碼

Corrected the only other test that was affected by my changes (a RTTI test...)

git-svn-id: branches/svenbarth/classhelpers@17244 -
svenbarth 14 年之前
父節點
當前提交
13b80396d6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tests/test/trtti1.pp

+ 2 - 1
tests/test/trtti1.pp

@@ -11,7 +11,8 @@ Const TypeNames : Array [TTYpeKind] of string[15] =
                      'Float','Set','Method','ShortString','LongString',
                      'Float','Set','Method','ShortString','LongString',
                      'AnsiString','WideString','Variant','Array','Record',
                      'AnsiString','WideString','Variant','Array','Record',
                      'Interface','Class','Object','WideChar','Bool','Int64','QWord',
                      'Interface','Class','Object','WideChar','Bool','Int64','QWord',
-                     'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar');
+                     'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar',
+					 'Helper');
 
 
 Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];
 Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];