From: <te...@us...> - 2009-05-24 08:45:51
|
Revision: 4376 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4376&view=rev Author: tehlike Date: 2009-05-24 08:45:28 +0000 (Sun, 24 May 2009) Log Message: ----------- Removing [ExpectedException] Attribute as Assert.Throws does the work, and this causes exception in Gui&Console runner as well. Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH496/Fixture.cs Modified: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH496/Fixture.cs =================================================================== --- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH496/Fixture.cs 2009-05-24 06:28:33 UTC (rev 4375) +++ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH496/Fixture.cs 2009-05-24 08:45:28 UTC (rev 4376) @@ -14,7 +14,6 @@ } [Test] - [ExpectedException(typeof(PropertyAccessException))] public void CRUD() { if (Environment.BytecodeProvider is NullBytecodeProvider) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |