Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RagConnect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
RagConnect
Merge requests
!30
Feature: JavaHandler
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature: JavaHandler
feature/java-handler
into
dev
Overview
0
Commits
7
Pipelines
1
Changes
11
Merged
René Schöne
requested to merge
feature/java-handler
into
dev
3 years ago
Overview
0
Commits
7
Pipelines
1
Changes
11
Expand
Closes
#52 (closed)
0
0
Merge request reports
Viewing commit
d37e1825
Prev
Next
Show latest version
11 files
+
39
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
d37e1825
Finalize tests for initial JavaHandler
· d37e1825
René Schöne
authored
3 years ago
- try to find cause for failing RelationTest
ragconnect.tests/src/test/java/org/jastadd/ragconnect/tests/relation/RelationTest.java
+
1
−
1
Options
@@ -616,7 +616,7 @@ public class RelationTest extends AbstractMqttTest {
biB
(
3
).
getInner
().
setInnerValue
(
"inner-bi-b3"
);
checker
.
check
();
System
.
out
.
println
(
model
.
ragconnectEvaluationCounterSummary
());
logger
.
debug
(
model
.
ragconnectEvaluationCounterSummary
());
}
private
void
assertNullOrA
(
String
expectedValue
,
A
actual
,
String
alias
)
{
Loading