diff options
Diffstat (limited to 'test/suite/test_index01.py')
-rw-r--r-- | test/suite/test_index01.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/suite/test_index01.py b/test/suite/test_index01.py index b807a5e4e6c..56a22e3d5fe 100644 --- a/test/suite/test_index01.py +++ b/test/suite/test_index01.py @@ -24,13 +24,11 @@ # 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_index01.py -# basic tests for indices -# import wiredtiger, wttest +# test_index01.py +# basic tests for indices class test_index01(wttest.WiredTigerTestCase): '''Test basic operations for indices''' |