Tests/AES: improve error message for continuous buffer test as well

This commit is contained in:
terrafrost 2014-12-31 22:46:16 -06:00
parent bb6689add3
commit 289ef9a2b7

View File

@ -203,7 +203,7 @@ abstract class Unit_Crypt_AES_TestCase extends PhpseclibTestCase
$c2 = $result;
$this->assertSame(bin2hex($c1), bin2hex($c2));
$this->assertSame(bin2hex($c1), bin2hex($c2), "{$this->engine} produced different results for '$op' in $mode with " . implode(',', $test));
}
/**