Commit 58f4afb1 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix interactive input code of embeded test.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26802 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 57c4ee10
......@@ -320,7 +320,7 @@ if __name__ == '__main__':
print repr(input)
try:
try:
detector_result = getAdvancedSearchTextDetector()(input, fake_column_id_set)
detector_result = getAdvancedSearchTextDetector()(input, isColumn)
except ParserOrLexerError, message:
print ' Detector raise: %r' % (message, )
detector_result = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment