We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b3bb1 commit ee58820Copy full SHA for ee58820
src/NHibernate.Test/Legacy/FooBarTest.cs
@@ -4437,9 +4437,8 @@ public void NewSessionLifecycle()
4437
//s.Flush();
4438
t.Commit();
4439
}
4440
- catch (Exception e)
+ catch (Exception)
4441
{
4442
- Assert.IsNotNull(e); //getting ride of 'e' is never used compile warning
4443
t.Rollback();
4444
4445
finally
src/NHibernate.Test/Legacy/MasterDetailTest.cs
@@ -678,9 +678,9 @@ public void Serialization()
678
s.GetIdentifier(d);
679
s.Delete(d);
680
681
682
683
+ // Why are we ignoring exceptions here? /Oskar 2014-08-24
684
685
686
s.Delete(m2);
0 commit comments