mediawiki-extensions-Revisi.../tests
thiemowmde 1b49469c96 Fix rounding error in revisionsPerWindow calculation
I have seen this getting fed with fractional numbers like
38.9994375. This apparently happens when specific browser zooms
are used, e.g. 110% in Google Chrome. There is a lot of code that
expects this to be an integer number and stops working entirely
when it isn't.

I'm also updating two related comparisons to not be so extremely
specific any more. This probably doesn't make a difference any more
with the fix above, but can't hurt.

This patch doesn't solve T352169, but is one more puzzle piece on
the way to solve it.

Bug: T352169
Change-Id: Ied0b9748beec941e901ca4ecba428c16967ca510
2024-02-09 12:19:31 +01:00
..
phpunit tests: Use namespaced classes 2024-01-05 21:23:18 +01:00
qunit Fix rounding error in revisionsPerWindow calculation 2024-02-09 12:19:31 +01:00
selenium Merge tooltip browser tests 2024-02-02 16:53:02 +01:00