We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2b974 commit c8c5909Copy full SHA for c8c5909
src/NHibernate.Test/Hql/Ast/ParsingFixture.cs
@@ -110,7 +110,7 @@ static IEnumerable<T> EnumerateTests<T>(
110
{
111
112
XDocument doc = XDocument.Load(
113
- Path.Join(Path.GetDirectoryName(typeof(ParsingFixture).Assembly.Location), @"Hql/Ast/TestQueriesWithResults.xml"));
+ Path.Combine(Path.GetDirectoryName(typeof(ParsingFixture).Assembly.Location), @"Hql/Ast/TestQueriesWithResults.xml"));
114
115
foreach (XElement testGroup in doc.Element("Tests").Elements("TestGroup"))
116
0 commit comments