Not really tests, but seem like an obvious mistake from Bug 2023 (37c0decb) Source commit: f763ad23e896b619ddb910311cbbdb9d40a1b285
@@ -1210,7 +1210,7 @@ UnicodeString __fastcall TFTPFileSystem::DoCalculateFileChecksum(const UnicodeSt
if (Hash.IsEmpty())
{
- throw Exception(FMTLOAD(FTP_RESPONSE_ERROR, (CommandName, FLastResponse->Text)));
+ throw Exception(FMTLOAD(FTP_RESPONSE_ERROR, (CommandName, ResponseText)));
}
return LowerCase(Hash);