mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-19 02:01:50 +08:00
Update import
This commit is contained in:
@@ -87,6 +87,11 @@ IGuiRemoteProtocolMessages (Rendering)
|
||||
#undef ERROR_MESSAGE_PREFIX
|
||||
}
|
||||
|
||||
void UnitTestRemoteProtocol_Rendering::Impl_RendererIdle()
|
||||
{
|
||||
rendererIdleCount++;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
IGuiRemoteProtocolMessages (Rendering - Element)
|
||||
***********************************************************************/
|
||||
@@ -1806,7 +1811,7 @@ File GacUIUnitTest_PrepareSnapshotFile(const WString& appName, const WString& ex
|
||||
|
||||
File snapshotFile = snapshotFolder.GetFilePath() / (appName + extension);
|
||||
{
|
||||
auto pathPrefix = snapshotFolder.GetFilePath().GetFullPath() + WString::FromChar(FilePath::Delimiter);
|
||||
auto pathPrefix = snapshotFolder.GetFilePath().GetFullPath() + WString::FromChar(FilePath::GetPathDelimiter());
|
||||
auto snapshotPath = snapshotFile.GetFilePath().GetFullPath();
|
||||
CHECK_ERROR(
|
||||
snapshotPath.Length() > pathPrefix.Length() && snapshotPath.Left(pathPrefix.Length()) == pathPrefix,
|
||||
|
||||
Reference in New Issue
Block a user