mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-18 01:44:28 +08:00
Update Release
This commit is contained in:
@@ -219,7 +219,7 @@ Helper Functions
|
||||
if (desc.imageId)
|
||||
{
|
||||
vint index = trace.imageCreations->Keys().IndexOf(desc.imageId.Value());
|
||||
if (index!= 1)
|
||||
if (index != -1)
|
||||
{
|
||||
auto binary = trace.imageCreations->Values()[index].imageData;
|
||||
binary->SeekFromBegin(0);
|
||||
@@ -1563,7 +1563,8 @@ UnitTestSnapshotFileNode
|
||||
|
||||
WString GetName() override
|
||||
{
|
||||
return file.GetFilePath().GetName();
|
||||
auto name = file.GetFilePath().GetName();
|
||||
return name.Left(name.Length() - 5);
|
||||
}
|
||||
|
||||
LazyList<Ptr<IUnitTestSnapshotFileNode>> GetChildren() override
|
||||
|
||||
Reference in New Issue
Block a user