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 d383efd commit 2d5066bCopy full SHA for 2d5066b
Orm/Xtensive.Orm.Tests.Sql/MySQL/Sakila.cs
@@ -22,7 +22,7 @@ namespace Xtensive.Orm.Tests.Sql.MySQL
22
public abstract class Sakila
23
{
24
private readonly string sakilaDataBackupPath = Path.Combine(
25
- Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), @"MySQL\SakilaDb\sakila-data.sql");
+ Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), @"MySQL/SakilaDb/sakila-data.sql");
26
27
protected ConnectionInfo ConnectionInfo = TestConnectionInfoProvider.GetConnectionInfo();
28
protected SqlDriver SqlDriver;
0 commit comments