View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000310 | Community | OCCT:Foundation Classes | public | 2002-04-17 17:15 | 2011-12-15 17:54 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 5.0.0 | ||||
Summary | 0000310: another bug in OSD_Path::UpTrek | ||||
Description | Stephane Routelous stephane.routelous@sympatico.ca has added this bug at http://www.opencascade.org/forumorg/bug.php?bug_id=43&f=8 Hi, OSD_Path p("/where/you/want/tmp/qwerty/tmp/"); cout << p.Trek().ToCString() << endl; p.UpTrek(); cout << p.Trek().ToCString() << endl; output : |where|you|want|tmp|qwerty|tmp| |where|you|want|qwerty|tmp| should be : |where|you|want|tmp|qwerty|tmp| |where|you|want|tmp|qwerty| | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2002-05-13 12:06 | bugmaster | Assigned To | bugmaster => pop |
2002-05-13 12:06 | bugmaster | Status | new => assigned |
2002-05-20 15:31 | bugmaster | Status | assigned => verified |
2002-08-01 18:38 | bugmaster | Status | verified => closed |
2002-08-01 18:38 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:23 | bugmaster | Category | OCCT:FDC => OCCT:Foundation Classes |
2011-12-15 17:54 | bugmaster | Project | Open CASCADE => Community |