Skip to content

Commit 2d5066b

Browse files
committed
Fix path to sakila data file for linux runtimes
1 parent d383efd commit 2d5066b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm.Tests.Sql/MySQL/Sakila.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Xtensive.Orm.Tests.Sql.MySQL
2222
public abstract class Sakila
2323
{
2424
private readonly string sakilaDataBackupPath = Path.Combine(
25-
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), @"MySQL\SakilaDb\sakila-data.sql");
25+
Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), @"MySQL/SakilaDb/sakila-data.sql");
2626

2727
protected ConnectionInfo ConnectionInfo = TestConnectionInfoProvider.GetConnectionInfo();
2828
protected SqlDriver SqlDriver;

0 commit comments

Comments
 (0)