diff options
Diffstat (limited to 'test/suite/test_txn01.py')
-rw-r--r-- | test/suite/test_txn01.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/suite/test_txn01.py b/test/suite/test_txn01.py index 172f0f27f98..5c93da3f5d2 100644 --- a/test/suite/test_txn01.py +++ b/test/suite/test_txn01.py @@ -24,14 +24,12 @@ # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -# -# test_txn01.py -# Transactions: basic functionality -# import os, struct import wiredtiger, wttest +# test_txn01.py +# Transactions: basic functionality class test_txn01(wttest.WiredTigerTestCase): tablename = 'test_txn01' uri = 'table:' + tablename |