test: adjust test to new generate-id() implementation
This MR adjusts the tests to the new implementation of generate-id()
.
In eXist-db versions < 6.0.0, said function had a stable output. No matter how often you ran a script, if you put the same input into generate-id()
, the output was the same. The new implementation doesn't have this stable output anymore, which makes some adjustments on our side necessary.