Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
cota-backend
Commits
b2f0dbbf
Commit
b2f0dbbf
authored
Nov 19, 2024
by
mamunozgil
Browse files
Replaced tetsPathHost to assignmentBasePath
parent
33313e94
Pipeline
#10367
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/hftstuttgart/dtabackend/utils/ExecuteTestUtil.java
View file @
b2f0dbbf
...
@@ -147,7 +147,7 @@ public class ExecuteTestUtil {
...
@@ -147,7 +147,7 @@ public class ExecuteTestUtil {
LOG
.
info
(
"Checking for optional exercise competency profile information for paedagogical agent exercise recommendation functionality..."
);
LOG
.
info
(
"Checking for optional exercise competency profile information for paedagogical agent exercise recommendation functionality..."
);
//testPathHost or assignmentBasePath
//testPathHost or assignmentBasePath
Path
exerciseManifestFile
=
Paths
.
get
(
testPathHost
.
toAbsolutePath
().
toString
()
,
CompetencyAssessmentUtil
.
EXERCISE_COMPETENCY_MANIFEST_FILE_NAME
);
Path
exerciseManifestFile
=
Paths
.
get
(
assignmentBasePath
,
CompetencyAssessmentUtil
.
EXERCISE_COMPETENCY_MANIFEST_FILE_NAME
);
if
(
Files
.
exists
(
exerciseManifestFile
))
{
if
(
Files
.
exists
(
exerciseManifestFile
))
{
LOG
.
info
(
"Found optional exercise competency profiles, generating recommendations..."
);
LOG
.
info
(
"Found optional exercise competency profiles, generating recommendations..."
);
resultSummary
.
recommendations
=
recommendNextExercises
(
assignmentId
,
testPathHost
,
testCompetencyProfiles
,
resultSummary
);
resultSummary
.
recommendations
=
recommendNextExercises
(
assignmentId
,
testPathHost
,
testCompetencyProfiles
,
resultSummary
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment