bugfix: use fileInCurrent instead of fileInRef

This commit is contained in:
Philip Eisenlohr 2018-01-31 12:35:50 -05:00
parent 872e2efd2d
commit 85147605ad
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ class Test():
return self.compare_Table(headingsRef,
self.fileInReference(ref),
headingsRef if headingsCur == '' else headingsCur,
self.fileInReference(ref if cur == '' else cur),
self.fileInCurrent(ref if cur == '' else cur),
normHeadings,normType,
absoluteTolerance,perLine,skipLines)