diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-05-02 07:03:23 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-05-02 07:03:23 -0400 |
commit | c97c9b538b016747d7a5aadafebd14127bd5871a (patch) | |
tree | bccddfd22ade8a19f4579d730a811ec352dbe43b /test | |
parent | 6b29503ec84ff70e5c39119a0089d39714fbca12 (diff) | |
parent | 175a1df994a984faf233803859f5e6661c37884d (diff) | |
download | mongo-c97c9b538b016747d7a5aadafebd14127bd5871a.tar.gz |
Merge branch 'develop' into lsm_stats
Diffstat (limited to 'test')
-rw-r--r-- | test/suite/test_base02.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/suite/test_base02.py b/test/suite/test_base02.py index 2df075e96cb..10137c772b0 100644 --- a/test/suite/test_base02.py +++ b/test/suite/test_base02.py @@ -67,6 +67,7 @@ class test_base02(wttest.WiredTigerTestCase): 'columns=(first, second,,,)', 'key_format="5S", value_format="Su", columns=(first,second, third)', ',,columns=(first=S,second="4u"),,', + 'columns=(/path/key, /other/path/value,,,)', ] conf_encoding = [ None, |