tahoe-lafs/src
Brian Warner d8ba8c2eb5 Allow tests to pass with -OO by turning some AssertionErrors (the ones that
we actually exercise during tests) into more specific exceptions, so they
don't get optimized away. The best rule to follow is probably this: if an
exception is worth testing, then it's part of the API, and AssertionError
should never be part of the API. Closes #749.
2009-07-14 23:45:10 -07:00
..
allmydata Allow tests to pass with -OO by turning some AssertionErrors (the ones that 2009-07-14 23:45:10 -07:00