File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Src/NHibernate.Envers.Tests/NetSpecific/Integration/ManyToOne/LazyProperty Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
using NHibernate . Envers . Configuration . Attributes ;
2
2
3
- namespace NHibernate . Envers . Tests . Integration . LazyProperty
3
+ namespace NHibernate . Envers . Tests . NetSpecific . Integration . ManyToOne . LazyProperty
4
4
{
5
5
[ Audited ]
6
6
public class Car
Original file line number Diff line number Diff line change 1
- using NUnit . Framework ;
2
- using System . Linq ;
1
+ using System . Linq ;
2
+ using NUnit . Framework ;
3
3
4
- namespace NHibernate . Envers . Tests . Integration . LazyProperty
4
+ namespace NHibernate . Envers . Tests . NetSpecific . Integration . ManyToOne . LazyProperty
5
5
{
6
6
public class LazyPropertyTest : TestBase
7
7
{
Original file line number Diff line number Diff line change 1
1
<hibernate-mapping xmlns =" urn:nhibernate-mapping-2.2"
2
2
assembly =" NHibernate.Envers.Tests"
3
- namespace =" NHibernate.Envers.Tests.Integration.LazyProperty" >
3
+ namespace =" NHibernate.Envers.Tests.NetSpecific. Integration.ManyToOne .LazyProperty" >
4
4
<class name =" Person" table =" DRIVERS" >
5
5
<id name =" Id" column =" ID_PERSON" type =" long" >
6
6
<generator class =" native" />
Original file line number Diff line number Diff line change 1
1
using NHibernate . Envers . Configuration . Attributes ;
2
2
3
- namespace NHibernate . Envers . Tests . Integration . LazyProperty
3
+ namespace NHibernate . Envers . Tests . NetSpecific . Integration . ManyToOne . LazyProperty
4
4
{
5
5
[ Audited ]
6
6
public class Person
You can’t perform that action at this time.
0 commit comments