XUL MenĂ¼: iframe tag durch browser tag ersetzen. box model ist in FF6 buggy mit iframes
[kivitendo-erp.git] / t / helper / attr.t
index 4de1a53..cad0a0f 100644 (file)
@@ -34,7 +34,7 @@ is($o->reqdate_as_date, '12.04.2010');
 is($o->marge_percent_as_percent('40'), '40');
 is($o->marge_percent, 0.40);
 is($o->marge_percent_as_percent, '40');
-is($o->marge_percent_as_percent('22,4'), '22');
+is($o->marge_percent_as_percent('22,4'), '22,40');
 is($o->marge_percent, 0.224);
 is($o->marge_percent_as_percent, '22');
 is($o->marge_percent(0.231), 0.231);