Opened 15 years ago
Closed 15 years ago
#518 closed defect (fixed)
Bitten build links with step target does not work
Reported by: | stefan.ruppert@… | Owned by: | osimons |
---|---|---|---|
Priority: | minor | Milestone: | 0.6 |
Component: | General | Version: | 0.6b2 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
I wanted to link from a new ticket to a build step which failed. In the ticket description the link to the built itself works, but a link to a specific build step does not work.
Here are two examples:
- build:1785 works
- build:1785#step_test_tool does not work.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by osimons
- Milestone changed from 0.6.1 to 0.6
- Owner set to osimons
comment:2 Changed 15 years ago by osimons
Could you try the attached patch? Seems to work fine in my testing. Also added docs for the expanded link support.
I'll leave unittests for another day - I've put it on my todo. Neither resource nor wiki linking classes has unittests today, so we'll need to make some new test-case classes to cover features in main.py. Unittest contributions most welcome :-)
comment:3 Changed 15 years ago by Stefan Ruppert <stefan.ruppert@…>
Ok, tested the patch and it works fine here! Thanks!
comment:4 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
OK, committed in [808].
Got a working patch for this already, but need to find time to look over it again and also add some unittests.