test_api_base: make compare_holes local
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 27 Nov 2012 07:11:15 +0000 (09:11 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 27 Nov 2012 07:11:15 +0000 (09:11 +0200)
commitb937b4cd7184c3705668a5a64ead802502245ca7
tree804392f8339e240ba84c87d782d7657eff8b1b98
parenta34538fb4b875a6a80d40b900bb4075b61017ac8
test_api_base: make compare_holes local

The 'compare_holes()' function is only used in this test, so it is cleaner to
add a leading '_' to the name to show that it is a local function.

Change-Id: I8f2a446fefbc314640830e734db088e8ce39e05a
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
tests/test_api_base.py