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
6
6
7
7
Namespace NH3302
8
8
'http://msdn.microsoft.com/en-us/library/swf8kaxw.aspx
9
- <TestFixture(), Ignore()> _
9
+ <TestFixture(), Ignore( "Not fixed yet." )> _
10
10
Public Class Fixture
11
11
Inherits IssueTestCase
12
12
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ public void Trim()
265
265
}
266
266
}
267
267
268
- [ Test , Ignore ]
268
+ [ Test ]
269
269
public void TrimTrailingWhitespace ( )
270
270
{
271
271
using ( session . BeginTransaction ( ) )
Original file line number Diff line number Diff line change 5
5
6
6
namespace NHibernate . Test . NHSpecificTest . NH1289
7
7
{
8
- [ TestFixture , Ignore ]
8
+ [ TestFixture , Ignore ( "Not fixed yet." ) ]
9
9
public class Fixture : BugTestCase
10
10
{
11
11
protected override void OnSetUp ( )
You can’t perform that action at this time.
0 commit comments