Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
B Language Server
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
B Language Server
Commits
ec49206d
"scripts/tcd/projection_utils.py" did not exist on "be2f2fa798d2513abb6f470f7906c466a54e4d5d"
Commit
ec49206d
authored
4 years ago
by
SeeBasTStick
Browse files
Options
Downloads
Patches
Plain Diff
clean up
parent
d82a07e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/kotlin/b/language/server/prob2/proBMangement/BDocumentServiceTest.kt
+1
-2
1 addition, 2 deletions
...nguage/server/prob2/proBMangement/BDocumentServiceTest.kt
with
1 addition
and
2 deletions
src/test/kotlin/b/language/server/prob2/proBMangement/BDocumentServiceTest.kt
+
1
−
2
View file @
ec49206d
...
...
@@ -90,7 +90,7 @@ class BDocumentServiceTest {
* Fakes the behavior of the user by returning no errors when called the second time
* The user fixed the errors
*/
class
DummyProBKernelManager
(
val
communicator
:
CommunicatorInterface
)
:
ProBInterface
{
class
DummyProBKernelManager
(
private
val
communicator
:
CommunicatorInterface
)
:
ProBInterface
{
private
var
counter
=
0
...
...
@@ -167,7 +167,6 @@ class BDocumentServiceTest {
documentService
.
checkDocument
(
"src/test/resources/WD_M2.mch"
)
println
(
communicator
.
pushedDiagnostics
)
val
targetSet
=
communicator
.
pushedDiagnostics
.
entries
.
first
().
value
.
map
{
value
->
value
.
source
}.
toSet
()
assertEquals
(
emptyList
(),
communicator
.
pushedDiagnostics
.
entries
.
first
().
value
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment