summaryrefslogtreecommitdiff
path: root/basegfx/test
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-10-15 14:27:12 +0200
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-10-15 14:27:12 +0200
commit5b2480b968b3f375e0d9e43becb54c6897d0820d (patch)
tree570ef1a876b37dc9a2c686dca432d8c3333339e8 /basegfx/test
parent727411be78c3ac7300caa688f8085a9952e7c85d (diff)
#i105655# commiting changes2 so far for preparing linux version
Diffstat (limited to 'basegfx/test')
-rw-r--r--basegfx/test/basegfx2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx
index 8b732e465a51..07d6eb4c54e5 100644
--- a/basegfx/test/basegfx2d.cxx
+++ b/basegfx/test/basegfx2d.cxx
@@ -483,7 +483,7 @@ public:
while ( nIndex >= 0 );
CPPUNIT_ASSERT_MESSAGE("exporting to circle does not produce the expected number of coordinates",
- nCount==18);
+ nCount==50);
const B2DPolygon aRect(
tools::createPolygonFromRect( B2DRange(0.0,0.0,4000.0,4000.0) ));