# File test/test_DocumentTable.rb, line 311 def test_doc_index @DocumentTable.doc_index = 1 assert_equal(1, @DocumentTable.doc_index) end