Add keyword arguments. Update URL parameters to the "_id" form. Updated view tests. Signed-off-by: Roberto Rosario <Roberto.Rosario.Gonzalez@gmail.com>
10 lines
387 B
Python
10 lines
387 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
TEST_DOCUMENT_CONTENT = 'Mayan EDMS Documentation'
|
|
TEST_DOCUMENT_CONTENT_DEU_1 = 'Repository für elektronische Dokumente.'
|
|
TEST_DOCUMENT_CONTENT_DEU_2 = 'Es bietet einen'
|
|
|
|
TEST_OCR_INDEX_NODE_TEMPLATE = '{% if "mayan" in document.get_ocr_content().lower() %}mayan{% endif %}'
|
|
TEST_OCR_INDEX_NODE_TEMPLATE_LEVEL = 'mayan'
|