summaryrefslogtreecommitdiff
path: root/basegfx/test
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-11-18 13:08:25 +0100
committerArmin Le Grand <Armin.Le.Grand@Sun.COM>2009-11-18 13:08:25 +0100
commitd1eb6b5cb7482385397f03b56ef396905c5490e5 (patch)
tree947e0b11fec81cbc312e4dd2512b325b0427758f /basegfx/test
parentc0ef0690c273ca70456418dce4f5c6cdabc42f09 (diff)
aw078: changes after resync to DEV300m64
Diffstat (limited to 'basegfx/test')
-rw-r--r--basegfx/test/basegfx2d.cxx4
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) ));