mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
Tests/AES: use better error message
This commit is contained in:
parent
b831724e1a
commit
bb6689add3
@ -250,6 +250,6 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase
|
|||||||
|
|
||||||
$c2 = $result;
|
$c2 = $result;
|
||||||
|
|
||||||
$this->assertNotSame(bin2hex($c1), bin2hex($c2));
|
$this->assertNotSame(bin2hex($c1), bin2hex($c2), "{$this->engine} produced identical results for '$op' in $mode with " . implode(',', $test));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user