Browse Source

* enabled commented out test

git-svn-id: trunk@23096 -
Jonas Maebe 12 years ago
parent
commit
35e6b1a3aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw12385.pp

+ 1 - 1
tests/webtbs/tw12385.pp

@@ -28,7 +28,7 @@ begin
   TestIt(-1234.567,'00000000.00','-00001234.57');
   TestIt(-1234.567,'000.00','-1234.57');
   TestIt(-1,'000.000','-001.000');
-//  TestIt(-80,'#,##0.00','-80.00');
+  TestIt(-80,'#,##0.00','-80.00');
   TestIt(-140,'#,##0.00','-140.00');
   TestIt(140,'#,##0.00','140.00');
   TestIt(80,'#,##0.00','80.00');