[Solved] Failing test in Module Test (0.19.2)

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
waebbl
Posts: 200
Joined: Thu Aug 16, 2018 3:12 pm

[Solved] Failing test in Module Test (0.19.2)

Post by waebbl »

I'm having an issue with one test from the Test Module

Code: Select all

======================================================================
FAIL: testApplyFiles (Document.DocumentFileIncludeCases)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib64/freecad/Mod/Test/Document.py", line 1310, in testApplyFiles
    self.failUnless(os.path.exists(L5.File))
AssertionError: False is not true
Changing the parameter to L7.File, which seems meaningful to me, according to the code (https://github.com/FreeCAD/FreeCAD/blob ... 1308-L1310) the test runs without issues.
Last edited by waebbl on Thu Apr 29, 2021 6:30 pm, edited 1 time in total.
User avatar
waebbl
Posts: 200
Joined: Thu Aug 16, 2018 3:12 pm

Re: [Testsuite] Failing test in Module Test (0.19.2)

Post by waebbl »

Post Reply