File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ public void CanLogLinqExpressionWithoutInitializingContainedProxy()
4747 // Verify that the expected logging did happen.
4848 var actualLog = logspy . GetWholeLog ( ) ;
4949
50- const string expectedLog =
51- "Expression (partially evaluated): value(NHibernate.Linq.NhQueryable`1[NHibernate.DomainModel.Northwind.Entities.Product])" +
52- ".Where(product => (product == Product#1 )).Count()" ;
50+ string expectedLog =
51+ "Expression (partially evaluated): value(NHibernate.Linq.NhQueryable`1[NHibernate.DomainModel.Northwind.Entities.Product])" +
52+ ".Where(product => (product == Product#" + productId + " )).Count()";
5353 Assert . That ( actualLog , Is . StringContaining ( expectedLog ) ) ;
5454
5555 // And verify that the proxy in the expression wasn't initialized.
You can’t perform that action at this time.
0 commit comments