Closed GoogleCodeExporter closed 9 years ago
I setup a test to check this issue. See the attached solution for a complete
example. It seems that you have a typo in your configuration. The attribute
that
specifies the type for the <is-test> element and assertion is called "type" and
not "value". In other words, instead of:
<is-type binding="BaseException"
value="System.Security.Cryptography.CryptographicException" />
It should read:
<is-type binding="BaseException"
type="System.Security.Cryptography.CryptographicException" />
You should be able to verify this through the attached solution.
I've changed the status to Invalid for now until proven otherwise.
Original comment by azizatif
on 31 Jan 2008 at 9:03
Attachments:
Original issue reported on code.google.com by
wayne.br...@gmail.com
on 31 Jan 2008 at 2:26