Description
OFT expects C# to have the file extension .c#, but the default extension in the .NET World is .cs, therefor C# that is in a .cs file is ignored by OFT.
Steps to Reproduce
- Extract the files from Demo.zip
- Run OFT on the folder the files were extracted to
Expected behavior
The spec object req~demo~1 should be covered, because it's tagged in the Test.cs file, but is not. If the file is renamed to Test.c# it's covered correctly.
Environment
- OFT: 3.5.0
- OS: macOS 10.14.6
- Java Version: 18.0.2+9-61
Description
OFT expects C# to have the file extension
.c#, but the default extension in the .NET World is.cs, therefor C# that is in a.csfile is ignored by OFT.Steps to Reproduce
Expected behavior
The spec object
req~demo~1should be covered, because it's tagged in theTest.csfile, but is not. If the file is renamed toTest.c#it's covered correctly.Environment