mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-09-22 13:01:05 +03:00
Fix SystemPath.workingDirectoryRoundTripsUnicode in macOS test.
This commit is contained in:
@@ -43,5 +43,6 @@ UTEST( SystemPath, workingDirectoryRoundTripsUnicode ) {
|
|||||||
TemporaryWorkingDirectory temp;
|
TemporaryWorkingDirectory temp;
|
||||||
ASSERT_TRUE( temp.created );
|
ASSERT_TRUE( temp.created );
|
||||||
ASSERT_TRUE( temp.changed );
|
ASSERT_TRUE( temp.changed );
|
||||||
EXPECT_STDSTREQ( temp.path, FileSystem::getCurrentWorkingDirectory() );
|
EXPECT_STDSTREQ( FileSystem::getRealPath( temp.path ),
|
||||||
|
FileSystem::getCurrentWorkingDirectory() );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user