build: make Windows CI build and test Java language support (#1156)

This commit is contained in:
Malte Langkabel
2021-03-03 07:33:29 +01:00
committed by GitHub
parent f1686147c4
commit 33e3f96283
17 changed files with 208 additions and 103 deletions
@@ -5,7 +5,6 @@
#if BUILD_JAVA_LANGUAGE_PACKAGE
# include <fstream>
# include <iostream>
# include "ApplicationSettings.h"
# include "FileRegister.h"
@@ -107,7 +106,7 @@ void processSourceFile(
expectedOutputFilePath);
REQUIRE_MESSAGE(
("Output does not match the expected line count for file " + sourceFilePath.str() +
" in project " + projectName)
" in project " + projectName + ". Output was: " + output->getText())
.c_str(),
expectedOutput->getLineCount() == output->getLineCount());
if (expectedOutput->getLineCount() == output->getLineCount())