After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 568115 - a bunch of (Cisco) shapes are failing the "Movement" unit test ...
a bunch of (Cisco) shapes are failing the "Movement" unit test ...
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: objects
devel
Other Linux
: Normal normal
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-17 18:55 UTC by Hans Breuer
Modified: 2011-06-14 12:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans Breuer 2009-01-17 18:55:54 UTC
... DiaObject::move should not change the size of the object/bounding box.

/Dia/Objects/Cisco - Access Gateway/Movement: **
Dia:ERROR:test-objects.c:260:_test_movement: assertion failed: (fabs((bbox2.right - bbox2.left) - (bbox1.right - bbox1.left)) < EPSILON && fabs((bbox2.bottom - bbox2.top) - (bbox1.bottom - bbox1.top)) < EPSILON)

Some time ago I debug the problem to some extent and am assuming some miscalculation in bezier boundingbox code.
Comment 1 Hans Breuer 2011-06-14 12:05:06 UTC
The list is significantly shortened by:
http://git.gnome.org/browse/dia/commit/?id=063e5f6990759f6d119aaa66c1f51c89629ff4c8
Set to (alomost) fixed.