浏览代码

* Fix test case

git-svn-id: trunk@36060 -
michael 8 年之前
父节点
当前提交
dff39e9ecb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);