- 09 Feb, 2013 2 commits
-
-
JINMEI Tatuya authored
ignoring the result fixes a scan-build error. besides, ignore() should be more appropriate choice for what it intends to do anyway.
-
JINMEI Tatuya authored
-
- 31 Jan, 2013 1 commit
-
-
Curtis Blackburn authored
-
- 28 Jan, 2013 6 commits
-
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
Or more specifically, make the tests not depend on dict ordering
-
Naoki Kambe authored
-
Jelte Jansen authored
reviewed on jabber (muks)
-
- 27 Jan, 2013 8 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 25 Jan, 2013 3 commits
-
-
Naoki Kambe authored
http://git.bind10.isc.org/~tester/builder//BIND10-cppcheck/20130125000502-FreeBSD8-amd64-GCC/logs/unittests.out Due to the difference of timing of invoking datetime.now(), _stop_timer() should return greater than one second. But depending on runtime environment, it happens to return one second exactly. For supporting this behaviour, regarding checking of the returned value, 'assertGreater' is changed to 'assertGreaterEqual'.
-
-
Jeremy C. Reed authored
indent on description use a tab before the keyword type. use two tabs before the committer username. line too long
-
- 24 Jan, 2013 14 commits
-
-
Jeremy C. Reed authored
-
JINMEI Tatuya authored
the latter is relatively new and doesn't work for all of our supported python versions. will fix a buildbot report. committing at my discretion.
-
JINMEI Tatuya authored
-
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 23 Jan, 2013 6 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
the original version didn't have a problem because the constructor should never be used in python wrappers, but I do this to silence cppcheck. the change is small anyway.
-
JINMEI Tatuya authored
as this seemed to be a controversial move.
-
JINMEI Tatuya authored
-
Jelte Jansen authored
- small updates to doc and comments - changed __try_login to _try_login - replaced direct calls to print() with self._print(), to override in tests (and more easily check output) - added some more test cases - made cmdctl tests fail is environment vars aren't set
-
Jelte Jansen authored
-