Browse Source

* some fields not qualified with org*.

git-svn-id: trunk@10803 -
marco 17 years ago
parent
commit
aed42d9eeb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/units/sysutils/tlocale.pp

+ 2 - 2
tests/test/units/sysutils/tlocale.pp

@@ -25,7 +25,7 @@ begin
   {$endif}
   {$endif}
   writeln('short date    :', shortdateformat);
   writeln('short date    :', shortdateformat);
   {$ifdef localedebug}
   {$ifdef localedebug}
-  writeln('orglongdate   :', longdateformat);
+  writeln('orglongdate   :', orgformatsettings.longdateformat);
   {$endif}
   {$endif}
   writeln('long  date    :', longdateformat);
   writeln('long  date    :', longdateformat);
  { Time stuff }
  { Time stuff }
@@ -39,7 +39,7 @@ begin
  // No support for 12 hour stuff at the moment...
  // No support for 12 hour stuff at the moment...
   writeln('short time    :', shorttimeformat);
   writeln('short time    :', shorttimeformat);
   {$ifdef localedebug}
   {$ifdef localedebug}
-  writeln('orglongtime   :', longtimeformat);
+  writeln('orglongtime   :', orgformatsettings.longtimeformat);
   {$endif}
   {$endif}
   writeln('long  time    :', longtimeformat);
   writeln('long  time    :', longtimeformat);