File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
NHibernate.Test.VisualBasic/Issues/NH3302 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Namespace Issues
66
77 Namespace NH3302
88 'http://msdn.microsoft.com/en-us/library/swf8kaxw.aspx
9- <TestFixture(), Ignore()> _
9+ <TestFixture(), Ignore( "Not fixed yet." )> _
1010 Public Class Fixture
1111 Inherits IssueTestCase
1212
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ public void Trim()
265265 }
266266 }
267267
268- [ Test , Ignore ]
268+ [ Test ]
269269 public void TrimTrailingWhitespace ( )
270270 {
271271 using ( session . BeginTransaction ( ) )
Original file line number Diff line number Diff line change 55
66namespace NHibernate . Test . NHSpecificTest . NH1289
77{
8- [ TestFixture , Ignore ]
8+ [ TestFixture , Ignore ( "Not fixed yet." ) ]
99 public class Fixture : BugTestCase
1010 {
1111 protected override void OnSetUp ( )
You can’t perform that action at this time.
0 commit comments