mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 05:11:52 +00:00
Turn on unit tests for UnitConverter.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
parent
c5d4b1ec93
commit
778ddf7c96
@ -94,7 +94,7 @@ class HTMLPurifier_UnitConverterTest extends HTMLPurifier_Harness
|
||||
$this->assertConversion('11.112pt', '0.15433in');
|
||||
}
|
||||
|
||||
function __onlytestRoundingBigNumber() {
|
||||
function testRoundingBigNumber() {
|
||||
$this->assertConversion('444400000000000000000000in', '42660000000000000000000000px');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user