View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001442 | Arch | Bug | public | 2014-02-25 12:59 | 2014-02-25 13:49 |
| Reporter | wmayer | Assigned To | yorik | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 0.14 | ||||
| Summary | 0001442: Failure in unit test of Arch module | ||||
| Description | The test method "testRemove" fails. Here the relevant code import Arch, Draft, Part FreeCAD.newDocument("ArchTest") l=Draft.makeLine(FreeCAD.Vector(0,0,0),FreeCAD.Vector(2,0,0)) w = Arch.makeWall(l) sb = Part.makeBox(1,1,1) b = FreeCAD.ActiveDocument.addObject('Part::Feature','Box') b.Shape = sb FreeCAD.ActiveDocument.recompute() Arch.removeComponents(b,w) FreeCAD.ActiveDocument.recompute() w.Shape.Volume < 0.75 # => False | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-02-25 12:59 | wmayer | New Issue | |
| 2014-02-25 12:59 | wmayer | Status | new => assigned |
| 2014-02-25 12:59 | wmayer | Assigned To | => yorik |
| 2014-02-25 13:21 | yorik | Note Added: 0004303 | |
| 2014-02-25 13:49 | yorik | Changeset attached | => FreeCAD Master master 9fc0f0d7 |
| 2014-02-25 13:49 | yorik | Status | assigned => closed |
| 2014-02-25 13:49 | yorik | Resolution | open => fixed |
FreeCAD