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