Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Neo4jsource
Commits
3266e457
Commit
3266e457
authored
6 years ago
by
Pontus Melke
Browse files
Options
Download
Email Patches
Plain Diff
Make windows safe in test
parent
838953a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
enterprise/cypher/physical-planning/src/test/scala/org/neo4j/cypher/internal/compatibility/v3_3/runtime/ExecutionPlanDescriptionTest.scala
+2
-1
...atibility/v3_3/runtime/ExecutionPlanDescriptionTest.scala
with
2 additions
and
1 deletion
+2
-1
enterprise/cypher/physical-planning/src/test/scala/org/neo4j/cypher/internal/compatibility/v3_3/runtime/ExecutionPlanDescriptionTest.scala
+
2
-
1
View file @
3266e457
...
...
@@ -22,10 +22,11 @@ package org.neo4j.cypher.internal.compatibility.v3_3.runtime
import
org.neo4j.cypher.internal.compatibility.v3_3.runtime.ast.ReferenceFromSlot
import
org.neo4j.cypher.internal.compatibility.v3_3.runtime.planDescription.InternalPlanDescription.Arguments.
{
DbHits
,
EstimatedRows
,
Expression
,
Rows
}
import
org.neo4j.cypher.internal.compatibility.v3_3.runtime.planDescription.
{
NoChildren
,
PlanDescriptionImpl
,
renderAsTreeTable
}
import
org.neo4j.cypher.internal.frontend.v3_3.test_helpers.CypherFunSuite
import
org.neo4j.cypher.internal.frontend.v3_3.test_helpers.
{
CypherFunSuite
,
WindowsStringSafe
}
import
org.neo4j.cypher.internal.v3_3.logical.plans.LogicalPlanId
class
ExecutionPlanDescriptionTest
extends
CypherFunSuite
{
implicit
val
windowsSafe
=
WindowsStringSafe
test
(
"use variable name instead of ReferenceFromSlot"
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help