Conversions: Fixing issue #552

master
Rob Emery 2014-07-25 22:02:31 +01:00
parent f9c3c07aa2
commit 4d01dfcb53
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Gravatar::URL = 1.06
CGI = 3.60
Email::Valid = 1.192
Net::Domain::TLD = 1.70
Convert::Pluggable = 0.021
Convert::Pluggable = 0.022
YAML = 0
Encode = 2.62
; ParseCron

View File

@ -79,7 +79,8 @@ ddg_goodie_test(
'1 degrees Fahrenheit to celsius' => test_zci('1 degrees fahrenheit = -17.222 degrees celsius', html => qr/.*/),
'0 c in k' => test_zci('0 degrees celsius = 273.150 kelvin', html => qr/.*/),
'234 f to c' => test_zci('234 degrees fahrenheit = 112.222 degrees celsius', html => qr/.*/),
'234 f to k' => test_zci('234 degrees fahrenheit = 385.372 kelvin', html => qr/.*/)
'234 f to k' => test_zci('234 degrees fahrenheit = 385.372 kelvin', html => qr/.*/),
'7 milligrams to micrograms' => test_zci('7 milligrams = 7000 micrograms', html => qr /.*/)
);
done_testing;