I'm working on a system which uses versant object database.
We have functional tests which sends requests to the server, server performs requested operation on database and returns results. Afterwards we send an opposite request which is supposed to restore db to previous state untill next test starts.
This is invalid approach, we try to restore db to previous state using the very same request we are testing.
Is there a feature similar to Oracle Flashback in Versant, if not what is the proper way to handle this problem?