On Tue, 2007-12-11 at 11:48 +0200, Niko Kiirala wrote:
Mon, 10 Dec 2007 21:53:05 -0800 Ted Gould <ted@...11...> kirjoitti:
--- 1 - Attribute test ---
In AttributesTest::testAttributes: ./../../src/attributes-test.h:448: Error: Test failed: "azimuth" ./../../src/attributes-test.h:448: Error: Expected (recognized == all_attrs[i].supported), found (true != false) ./../../src/attributes-test.h:448: Error: Test failed: "elevation" ./../../src/attributes-test.h:448: Error: Expected (recognized == all_attrs[i].supported), found (true != false)
These, and the couple similar errors following indicate, that the testing code is expecting, that Inkscape can't handle lighting effects (part of filter effects), but as now Inkscape can handle them, the test gives errors.
Can you fix the test so that it checks the right stuff then?
Thanks, Ted