drahak / Restful

Drahak\Restful - Nette REST API bundle
0 stars 0 forks source link

Added test for ParseNumericValue method, change numeric validating be… #126

Open SiViN opened 7 years ago

SiViN commented 7 years ago

…caues nette\utils has bug

Objevil jsem bug v nette\utils, Validators::isNumericInt, vraci true i presto ze je mu zaslano cislo vetsi nez je maximalni hodnota int. Teoreticky to bug neni, ale potom metoda parseNumericValue povazuje cislo float za int a tak ho pretypuje, vse se zda funkcni, jen s tim rozdilem, ze se mi vrati uplne jine cislo ne bylo zadano.Vzdy maximalni hodnota int. Nahradil jsem nette validaci, rucni a dopsal test na parseNumericValue (proto je public)