File tree 4 files changed +4
-4
lines changed
src/NHibernate.Test/NHSpecificTest/GH2028
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
2
3
- namespace NHibernate . Test . NHSpecificTest . GH3665
3
+ namespace NHibernate . Test . NHSpecificTest . GH2028
4
4
{
5
5
public class Book
6
6
{
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<hibernate-mapping xmlns =" urn:nhibernate-mapping-2.2"
3
3
assembly=" NHibernate.Test"
4
- namespace=" NHibernate.Test.NHSpecificTest.GH3665 " >
4
+ namespace=" NHibernate.Test.NHSpecificTest.GH2028 " >
5
5
6
6
<class name =" Book" >
7
7
<cache usage =" nonstrict-read-write" include =" non-lazy" />
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
2
using NUnit . Framework ;
3
3
4
- namespace NHibernate . Test . NHSpecificTest . GH3665
4
+ namespace NHibernate . Test . NHSpecificTest . GH2028
5
5
{
6
6
[ TestFixture ]
7
7
public class TempReattachedChildFixture : BugTestCase
Original file line number Diff line number Diff line change 1
- namespace NHibernate . Test . NHSpecificTest . GH3665
1
+ namespace NHibernate . Test . NHSpecificTest . GH2028
2
2
{
3
3
public class Word
4
4
{
You can’t perform that action at this time.
0 commit comments