summaryrefslogtreecommitdiff
path: root/test/suite/test_backup01.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/test_backup01.py')
-rw-r--r--test/suite/test_backup01.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/test_backup01.py b/test/suite/test_backup01.py
index f6e9cd87291..92d39514440 100644
--- a/test/suite/test_backup01.py
+++ b/test/suite/test_backup01.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Public Domain 2014-2015 MongoDB, Inc.
+# Public Domain 2014-2016 MongoDB, Inc.
# Public Domain 2008-2014 WiredTiger, Inc.
#
# This is free and unencumbered software released into the public domain.
@@ -98,7 +98,7 @@ class test_backup(wttest.WiredTigerTestCase, suite_subprocess):
# Check that a URI doesn't exist, both the meta-data and the file names.
def confirmPathDoesNotExist(self, uri):
- conn = wiredtiger.wiredtiger_open(self.dir)
+ conn = self.wiredtiger_open(self.dir)
session = conn.open_session()
self.assertRaises(wiredtiger.WiredTigerError,
lambda: session.open_cursor(uri, None, None))