Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
7291ae2f
Commit
7291ae2f
authored
Jun 01, 2017
by
Alexander Wiebel
Browse files
[FIX] fixed copy and paste duplication
parent
f043bb7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/modules/pickingDVR/test/WVisiTrace_test.h
src/modules/pickingDVR/test/WVisiTrace_test.h
+2
-1
No files found.
src/modules/pickingDVR/test/WVisiTrace_test.h
View file @
7291ae2f
...
@@ -153,7 +153,8 @@ public:
...
@@ -153,7 +153,8 @@ public:
TS_ASSERT_THROWS_NOTHING
(
myVisiTrace
.
performDijkstra
()
);
TS_ASSERT_THROWS_NOTHING
(
myVisiTrace
.
performDijkstra
()
);
TS_ASSERT_EQUALS
(
myVisiTrace
.
m_curve3D
[
0
],
WPosition
(
1
,
0
,
0
)
);
TS_ASSERT_EQUALS
(
myVisiTrace
.
m_curve3D
[
0
],
WPosition
(
1
,
0
,
0
)
);
TS_ASSERT_EQUALS
(
myVisiTrace
.
m_curve3D
[
0
],
WPosition
(
1
,
0
,
0
)
);
TS_ASSERT_EQUALS
(
myVisiTrace
.
m_curve3D
[
1
],
WPosition
(
1
,
1
,
-
2.5
)
);
TS_ASSERT_EQUALS
(
myVisiTrace
.
m_curve3D
[
2
],
WPosition
(
1
,
1.2
,
0
)
);
}
}
};
};
...
...
Write
Preview
Markdown
is supported
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