Closed yanne closed 9 years ago
Originally submitted to Google Code by @mkorpela on 20 Jan 2014
Thanks for reporting!
Filename.4.5.6_txt has not a supported file format extension (should be .txt). Otherwise seems like a valid issue although this seems to really be an issue in Robot Framework core --suite option.
Originally submitted to Google Code by fern... on 20 Jan 2014
There was a typo in the filename. I meant "Filename.4.5.6.txt". To fix it, I had to rename to "Filename_4_5_6.txt".
Originally submitted to Google Code by @mkorpela on 23 Jan 2014
The actual bug is in RF.
Unfortunately this has been there for a very long time. This will be fixed in the next release RF 2.8.4 that should be out soon.
To support older RF-versions we might also have to have a configuration to remove --suite option from the RIDE executor.
Originally submitted to Google Code by @yanne on 27 May 2015
RF 2.8.4 has been out for over a year now, so there's no point in making changes to RIDE supporting the older versions.
The new version of ride cannot run tests of files with dots in the name: "Filename.4.5.6_txt"
With files like this the tests are not found. Replacing the dot by an hyphen in the file name solves the issue.
RIDE 1.2.3 running on Python 2.7.4. Robot Framework 2.8.3 (Jython 2.5.3 on java1.6.0_43)