test: fix a strange assertion on test_slapproxy
This test was probably asserting that initial state was OK
Showing
-
yes, I think you're correct. The test was doing "check that no version12 of tables exist" (and it was badly implemented because it was not using
table
variable). And now you are doing "check that only version 10 of tables exist" which is even better
Please register or sign in to comment