0
0
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:
Edward Z. Yang 2008-11-23 20:43:58 -05:00
parent c5d4b1ec93
commit 778ddf7c96

View File

@ -94,7 +94,7 @@ class HTMLPurifier_UnitConverterTest extends HTMLPurifier_Harness
$this->assertConversion('11.112pt', '0.15433in'); $this->assertConversion('11.112pt', '0.15433in');
} }
function __onlytestRoundingBigNumber() { function testRoundingBigNumber() {
$this->assertConversion('444400000000000000000000in', '42660000000000000000000000px'); $this->assertConversion('444400000000000000000000in', '42660000000000000000000000px');
} }