Explorar el Código

* Fix test case

git-svn-id: trunk@36060 -
michael hace 8 años
padre
commit
dff39e9ecb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);