Git commit e1660b6c011d1b39adab69341465377b96796ab9 by Boudewijn Rempt. Committed on 12/03/2013 at 08:59. Pushed by rempt into branch 'master'.
Disable rotatepaintnode test It needs to be fixed and re-enabled, but we need to get to zero failures on the build bot first, so, as discussed in Essen, disable the broken unittests. CCMAIL:kimages...@kde.org CCMAIL:calligra-devel@kde.org M +4 -2 krita/ui/tests/kis_node_manager_test.h http://commits.kde.org/calligra/e1660b6c011d1b39adab69341465377b96796ab9 diff --git a/krita/ui/tests/kis_node_manager_test.h b/krita/ui/tests/kis_node_manager_test.h index 72e6c52..538c620 100644 --- a/krita/ui/tests/kis_node_manager_test.h +++ b/krita/ui/tests/kis_node_manager_test.h @@ -24,13 +24,15 @@ class KisNodeManagerTest : public QObject { Q_OBJECT -private slots: + void testRotatePaintNode(); + +private slots: + void testShearPaintNode(); void testScalePaintNode(); void testMirrorXPaintNode(); void testMirrorYPaintNode(); - void testRotateShapeNode(); void testShearShapeNode(); void testScaleShapeNode(); _______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel