Browse Source

* Fixed typo.

git-svn-id: trunk@23617 -
yury 12 years ago
parent
commit
eae9c8df3c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/test/tcpstransistrcompare.pp
  2. 1 1
      tests/test/tcpstransistrcompareequal.pp

+ 1 - 1
tests/test/tcpstransistrcompare.pp

@@ -8,7 +8,7 @@ type
   ts1253 = type AnsiString(1253);
   ts1251 = type AnsiString(1251);
 var
-  s1 : ts1252;
+  s1 : ts1253;
   s2 : ts1251;
   au : unicodestring;
 begin 

+ 1 - 1
tests/test/tcpstransistrcompareequal.pp

@@ -8,7 +8,7 @@ type
   ts1253 = type AnsiString(1253);
   ts1251 = type AnsiString(1251);
 var
-  s1 : ts1252;
+  s1 : ts1253;
   s2 : ts1251;
   au : unicodestring;
 begin