diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-18 13:08:25 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-18 13:08:25 +0100 |
commit | d1eb6b5cb7482385397f03b56ef396905c5490e5 (patch) | |
tree | 947e0b11fec81cbc312e4dd2512b325b0427758f /basegfx | |
parent | c0ef0690c273ca70456418dce4f5c6cdabc42f09 (diff) |
aw078: changes after resync to DEV300m64
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/test/basegfx2d.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/basegfx/test/basegfx2d.cxx b/basegfx/test/basegfx2d.cxx index b4c9453c1d3c..eadd99d31a42 100644 --- a/basegfx/test/basegfx2d.cxx +++ b/basegfx/test/basegfx2d.cxx @@ -484,8 +484,10 @@ public: } while ( nIndex >= 0 ); + // Adapted number of spaces from 50 to 67 because of the new circle construction + // methods which produce more points and thus more spaces, too. CPPUNIT_ASSERT_MESSAGE("exporting to circle does not produce the expected number of coordinates", - nCount==50); + nCount==67); const B2DPolygon aRect( tools::createPolygonFromRect( B2DRange(0.0,0.0,4000.0,4000.0) )); |