This is to enable expected exceptions patterns of this style:
try {
somethingThatShouldThrow();
fail();
}
catch(SpecificException& e) {
assert_string_equals(e.Message(), "invalid operation");
}
João Henrique F. de Freitas
None
None
Public
|
Date: 2009-06-18 00:01 Hi, |
| Filename | Description | Download |
|---|---|---|
| cgreen.diff | svn diff of changes | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2009-06-20 12:36 | joaohf |
| resolution_id | None | 2009-06-20 12:36 | joaohf |
| allow_comments | 1 | 2009-06-20 12:36 | joaohf |
| close_date | - | 2009-06-20 12:36 | joaohf |
| assigned_to | nobody | 2009-06-18 00:01 | joaohf |
| File Added | 321771: cgreen.diff | 2009-04-07 22:59 | matt_hargett |