pyldb: Fix tests going unused
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 15 Sep 2022 04:16:43 +0000 (16:16 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Oct 2022 04:23:32 +0000 (04:23 +0000)
commit352064979be1245c6eb4ebe28bd46907207e0b28
tree5ec360d66f2156ec61c859fe3a01817026ddd5ab
parentc52f5ee84ba5b8e7c9d2c67151cf3a6b9a7a780b
pyldb: Fix tests going unused

These tests are redeclared later and so are never used. Give them new
names so that they will be run again.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/tests/python/api.py