Skip to content

Commit 8b56b25

Browse files
committed
Move RubberduckTests to new csproj format
drop remaining artifacts of csproj ignoring some files and the output-directory copy behaviour being different
1 parent e8259fa commit 8b56b25

File tree

7 files changed

+28
-5428
lines changed

7 files changed

+28
-5428
lines changed

RubberduckTests/Grammar/VBAParserValidityTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private void AssertParseResult(string filename, string originalCode, string mate
3737
private IEnumerable<Tuple<string, string>> GetTestFiles()
3838
{
3939
var basePath = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
40-
basePath = Directory.GetParent(basePath).Parent.FullName;
40+
//basePath = Directory.GetParent(basePath).Parent.FullName;
4141
return Directory.EnumerateFiles(Path.Combine(basePath, "Testfiles//Grammar")).Select(file => Tuple.Create(file, File.ReadAllText(file))).ToList();
4242
}
4343

0 commit comments

Comments
 (0)