File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Src/NHibernate.Envers.Tests
NetSpecific/Integration/ModifiedFlags/CollectionItemChangingParent Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 149
149
<Compile Include =" NetSpecific\Integration\RevInfo\Time\LongTest.cs" />
150
150
<Compile Include =" NetSpecific\Integration\ModifiedFlags\Casee.cs" />
151
151
<Compile Include =" NetSpecific\Integration\ModifiedFlags\MergeColModTest.cs" />
152
- <Compile Include =" NetSpecific\Integration\RevisionOnCollectionChange \Domain.cs" />
153
- <Compile Include =" NetSpecific\Integration\RevisionOnCollectionChange \Fixture.cs" />
152
+ <Compile Include =" NetSpecific\Integration\ModifiedFlags\CollectionItemChangingParent \Domain.cs" />
153
+ <Compile Include =" NetSpecific\Integration\ModifiedFlags\CollectionItemChangingParent \Fixture.cs" />
154
154
<Compile Include =" NetSpecific\UnitTests\CustomLists\CustomListClasses.cs" />
155
155
<Compile Include =" NetSpecific\UnitTests\CustomLists\CustomListsTestModel.cs" />
156
156
<Compile Include =" NetSpecific\UnitTests\CustomLists\CustomListTests.cs" />
804
804
<Compile Include =" ValidityTestBase.cs" />
805
805
</ItemGroup >
806
806
<ItemGroup >
807
- <EmbeddedResource Include =" NetSpecific\Integration\RevisionOnCollectionChange \Mapping.hbm.xml" />
807
+ <EmbeddedResource Include =" NetSpecific\Integration\ModifiedFlags\CollectionItemChangingParent \Mapping.hbm.xml" />
808
808
<EmbeddedResource Include =" NetSpecific\Integration\MultiLevelInheritance\Mapping.hbm.xml" />
809
809
<EmbeddedResource Include =" NetSpecific\Integration\BidirectionalSameColumn\Mapping.hbm.xml" />
810
810
<EmbeddedResource Include =" NetSpecific\Integration\CustomMapping\ImplicitEnversCollectionType\Mapping.hbm.xml" />
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using NHibernate . Envers . Configuration . Attributes ;
4
4
5
- namespace NHibernate . Envers . Tests . NetSpecific . Integration . RevisionOnCollectionChange
5
+ namespace NHibernate . Envers . Tests . NetSpecific . Integration . ModifiedFlags . CollectionItemChangingParent
6
6
{
7
7
[ Audited ]
8
8
public class Person
Original file line number Diff line number Diff line change 2
2
using NHibernate . Envers . Configuration ;
3
3
using NUnit . Framework ;
4
4
5
- namespace NHibernate . Envers . Tests . NetSpecific . Integration . RevisionOnCollectionChange
5
+ namespace NHibernate . Envers . Tests . NetSpecific . Integration . ModifiedFlags . CollectionItemChangingParent
6
6
{
7
7
[ TestFixture ]
8
8
public class Fixture : TestBase
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.Envers.Tests"
4
- namespace =" NHibernate.Envers.Tests.NetSpecific.Integration.RevisionOnCollectionChange " >
4
+ namespace =" NHibernate.Envers.Tests.NetSpecific.Integration.ModifiedFlags.CollectionItemChangingParent " >
5
5
<class name =" Car" >
6
6
<id name =" Id" >
7
7
<column name =" Id" />
You can’t perform that action at this time.
0 commit comments