# File test/test_MountMap.rb, line 157
    def test_type_list
      assert_equal([ 'Foo', 'Bar' ], @MountMap.type_list)
      assert_equal(1, @doc_names_call)
    end