Browse Source

* Fix test case

git-svn-id: trunk@36060 -
michael 8 năm trước cách đây
mục cha
commit
dff39e9ecb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/webtbs/tw9419.pp

+ 1 - 1
tests/webtbs/tw9419.pp

@@ -13,7 +13,7 @@ var
 
 begin
   map := TMymap.Create();
-
+  map.sorted:=true;
   map.Add('Hello', ta);
 
   map.Find('Hello', i);