test_api_base: fix the test
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 11:26:51 +0000 (13:26 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 12:12:20 +0000 (14:12 +0200)
commit6f22b63c9c2a145f950b731861a5fd00cafc553a
tree54113c970e0de36b450eff19bcfd5d3aa0e8cf7d
parentf0e427a5b5d2f1074fbfb5f51ac5a3c66b68d3c5
test_api_base: fix the test

The test apparently was half-broken because:

1. It did not check results of 'filecmp'.
2. It did not seek the bmap file descriptor so the bmap comparison did not
   work.

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