cxxtest: svg-length-test.h fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Matthew Petroff |
Bug Description
In lp:inkscape r12445, svg-length-test.h fails in "make check".
One issue appears to be that "123 px" (with a space before the unit) is supposed to fail in len.read("123 px"), but this does not happen.
@Matthew Petroff - this sounds like it might be of interest to your GSoC project?
In SvgLengthTest:
../../src/
../../src/
In SvgLengthTest:
../../src/
../../src/
../../src/
../../src/
In SvgLengthTest:
../../src/
../../src/
Related branches
Changed in inkscape: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in inkscape: | |
status: | Fix Released → Confirmed |
Changed in inkscape: | |
status: | Confirmed → Fix Released |
assignee: | nobody → Matthew Petroff (matthewpetroff) |
I fixed it in my GSoC branch, which should be merged with the trunk soon.