Skip to content

Commit c8c5909

Browse files
committed
Um?
1 parent be2b974 commit c8c5909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/Hql/Ast/ParsingFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static IEnumerable<T> EnumerateTests<T>(
110110
{
111111

112112
XDocument doc = XDocument.Load(
113-
Path.Join(Path.GetDirectoryName(typeof(ParsingFixture).Assembly.Location), @"Hql/Ast/TestQueriesWithResults.xml"));
113+
Path.Combine(Path.GetDirectoryName(typeof(ParsingFixture).Assembly.Location), @"Hql/Ast/TestQueriesWithResults.xml"));
114114

115115
foreach (XElement testGroup in doc.Element("Tests").Elements("TestGroup"))
116116
{

0 commit comments

Comments
 (0)