r17661: A patch from Martin Kuehl:
authorAndrew Bartlett <abartlet@samba.org>
Mon, 21 Aug 2006 10:45:58 +0000 (10:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:21 +0000 (14:16 -0500)
commit372c2ea4dc701c985afde4c9f292cc6cb7b04c16
treebbd7fd2a346d5af736719f735992f9b6e62c8ba0
parenta8aea84267460ec6ee2561aaf3053eada731c85c
r17661: A patch from Martin Kuehl:

This commit extends the samba3sam test suite, which contains tests for
the samba3sam and ldb_map modules, with a lot of tests for inbound,
i.e. add, modify, rename and delete requests.

The tests each add a single record, modify it, rename it, and then
delete it, at each step checking that the operations were successful
and that the right data went into the right partitions.
They are run for an unmapped record, a mapped record with data only in
the remote partition, a mapped record with remote data that is later
modified to include local data, and a mapped record with data in both
the local and remote partitions.

It also adds a function to the backend objects that makes construction
of DNs for their respective partitions more comfortable.

Cheers,
Martin
(This used to be commit 1ddd06f24d71c606241863cf4fe047833c64a6d2)
testprogs/ejs/samba3sam.js