Skip to content

Commit

Permalink
arelle-184: possible reason corp action didn't work after EFM validation
Browse files Browse the repository at this point in the history
  • Loading branch information
hefischer committed May 17, 2013
1 parent 86f5a4e commit 65c5464
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions EFM-only-test.ini
@@ -0,0 +1,17 @@
# Each section of this file points to a test suite and specifies
# options for loading the tests. The options correspond to the command line
# options (omitting '--' preceding arguments on the command line)

# these are tests using local files (possibly before check-in to SVN)

[EFM-SVN]
#file = %(_efmtestdir)s/efm-18-120228.zip/18-120228/conf/testcases.xml
file = C:\Users\Herm Fischer\Documents\mvsl\projects\SEC\efm-19-120614\conf\testcases.xml
efm
logLevelFilter = (?!.*-semantic$)

# Default values are applied to all sections and then overwritten as
# necessary
[DEFAULT]
_efmtestdir = http://sec.gov/info/edgar/ednews/efmtest
validate
1 change: 1 addition & 0 deletions arelle/CntlrCmdLine.py
Expand Up @@ -426,6 +426,7 @@ def run(self, options, sourceZipStream=None):
self.modelManager.disclosureSystem.select("hmrc")
else:
self.modelManager.disclosureSystem.select(None) # just load ordinary mappings
self.modelManager.validateDisclosureSystem = False
if options.utrUrl: # override disclosureSystem utrUrl
self.modelManager.disclosureSystem.utrUrl = options.utrUrl
# can be set now because the utr is first loaded at validation time
Expand Down
2 changes: 1 addition & 1 deletion arelle/Version.py
Expand Up @@ -5,4 +5,4 @@
(c) Copyright 2013 Mark V Systems Limited, All rights reserved.
'''
version = '2013-05-15 01:36 UTC'
version = '2013-05-17 15:34 UTC'

0 comments on commit 65c5464

Please sign in to comment.