Skip to content

Commit dd1db4b

Browse files
committed
Removing formula mapping in test that wasn't needed for the purpose of the test.
(made postgres fail)
1 parent 892dec4 commit dd1db4b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Src/NHibernate.Envers.Tests/NetSpecific/Integration/ForceInitialize/Child.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class Child
88
{
99
public virtual Guid Id { get; set; }
1010
public virtual string Str { get; set; }
11-
public virtual string SomeFormula { get; protected set; }
1211

1312
public override bool Equals(object obj)
1413
{

Src/NHibernate.Envers.Tests/NetSpecific/Integration/ForceInitialize/Mapping.hbm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<generator class="guid.comb"/>
2626
</id>
2727
<property name="Str"/>
28-
<property name="SomeFormula" formula="[Str] + ' -TEST'"/>
2928
</class>
3029
</hibernate-mapping>
3130

0 commit comments

Comments
 (0)