diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-10-15 14:27:12 +0200 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-10-15 14:27:12 +0200 |
commit | 5b2480b968b3f375e0d9e43becb54c6897d0820d (patch) | |
tree | 570ef1a876b37dc9a2c686dca432d8c3333339e8 /basegfx/test | |
parent | 727411be78c3ac7300caa688f8085a9952e7c85d (diff) |
#i105655# commiting changes2 so far for preparing linux version
Diffstat (limited to 'basegfx/test')
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 2 |
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) )); |