Opened 13 years ago
Closed 13 years ago
#7753 closed defect (fixed)
give DOH assert functions the ability to take labels to enable finer grained error reporting
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | TestFramework | Version: | 1.2beta |
Keywords: | Cc: | cb1 | |
Blocked By: | Blocking: |
Description
once upon a time, DOH assert functions allowed a nice label to enable more detailed error reporting. We need to add this back (likely as the last param) and work to make it easier in a given block to know which assertion failed.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.3 → 1.2 |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
assuming it's fixed; please re-open if further work is needed.
Note: See
TracTickets for help on using
tickets.
(In [15355]) allow hints to be passed from assert functions. This should make it easier to figure out which assert in a fixture is failing. More to do here (like saying "assert # failed" to the log). Refs #7753. !strict