From 13b80396d6609bee87b9f41510f34602292bc626 Mon Sep 17 00:00:00 2001
From: svenbarth <pascaldragon@googlemail.com>
Date: Mon, 4 Apr 2011 14:01:18 +0000
Subject: [PATCH] Corrected the only other test that was affected by my changes
 (a RTTI test...)

git-svn-id: branches/svenbarth/classhelpers@17244 -
---
 tests/test/trtti1.pp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/test/trtti1.pp b/tests/test/trtti1.pp
index ce454e6e6e..c8ef202cb0 100644
--- a/tests/test/trtti1.pp
+++ b/tests/test/trtti1.pp
@@ -11,7 +11,8 @@ Const TypeNames : Array [TTYpeKind] of string[15] =
                      'Float','Set','Method','ShortString','LongString',
                      'AnsiString','WideString','Variant','Array','Record',
                      'Interface','Class','Object','WideChar','Bool','Int64','QWord',
-                     'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar');
+                     'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar',
+					 'Helper');
 
 Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];