gnome-shell/tests
Giovanni Campagna bbdce159fa Util: fix binary search exit condition
The loop can exit with an interval of length one or one of
length zero. In the first case it is correct to check which side
of the interval to return, in the second case no comparison should
be made (since there is only one possible value).
In practice, this usually results in one comparison more than needed,
but in some cases (when the position was past the end of the array),
would call the comparator with undefined.

https://bugzilla.gnome.org/show_bug.cgi?id=666614
2011-12-20 22:44:03 +01:00
..
interactive *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
testcommon *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
unit Util: fix binary search exit condition 2011-12-20 22:44:03 +01:00
Makefile.am Array: add capability to insert while keeping a specific order 2011-12-19 16:54:46 +01:00
run-test.sh.in tests: fix up typelib include paths 2011-07-27 09:29:03 -04:00