Skip to content

Commit d64a25c

Browse files
author
Thomas Alken
committed
Changed imageLength to 1000 to respect oracle restriction
1 parent 1aaa0d0 commit d64a25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/FetchLazyProperties/FetchLazyPropertiesFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public void TestRefreshRemovesLazyLoadedProperties()
10831083
{
10841084
const string query = "from Person fetch Image where Id = 1";
10851085
const string namePostFix = "_MODIFIED";
1086-
const int imageLength = 4711;
1086+
const int imageLength = 1000;
10871087

10881088
Person outerPerson = outerSession.CreateQuery(query).UniqueResult<Person>();
10891089

0 commit comments

Comments
 (0)