Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ControlSystemAdapter-DoocsAdapter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
ChimeraTK Mirror
ControlSystemAdapter-DoocsAdapter
Commits
96fe9600
Commit
96fe9600
authored
5 years ago
by
Jens Georg
Browse files
Options
Downloads
Patches
Plain Diff
tests: Fix accidental test server renaming
parent
a2a61fa7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/serverTestReadWrite.cpp
+1
-16
1 addition, 16 deletions
tests/src/serverTestReadWrite.cpp
with
1 addition
and
16 deletions
tests/src/serverTestReadWrite.cpp
+
1
−
16
View file @
96fe9600
...
...
@@ -11,25 +11,10 @@ using namespace boost::unit_test_framework;
using
namespace
boost
::
unit_test
;
using
namespace
ChimeraTK
;
struct
GlobalFixture
{
GlobalFixture
()
{
ChimeraTK
::
DoocsAdapter
::
waitUntilInitialised
();
}
~
GlobalFixture
()
{
referenceTestApplication
.
releaseManualLoopControl
();
}
static
ReferenceTestApplication
referenceTestApplication
;
ThreadedDoocsServer
server
{
framework
::
master_test_suite
().
p_name
.
value
,
framework
::
master_test_suite
().
argc
,
framework
::
master_test_suite
().
argv
};
};
ReferenceTestApplication
GlobalFixture
::
referenceTestApplication
{
framework
::
master_test_suite
().
p_name
.
value
};
BOOST_GLOBAL_FIXTURE
(
GlobalFixture
);
DOOCS_ADAPTER_DEFAULT_FIXTURE_STATIC_APPLICATION
/// Check that all expected variables are there.
BOOST_AUTO_TEST_CASE
(
testReadWrite
)
{
// halt the test application tread
GlobalFixture
::
referenceTestApplication
.
initialiseManualLoopControl
();
std
::
cout
<<
"got the application main lock"
<<
std
::
endl
;
// just a few tests before we start
CHECK_WITH_TIMEOUT
(
DoocsServerTestHelper
::
doocsGet
<
int
>
(
"//INT/DATA_TYPE_CONSTANT"
)
==
-
4
);
...
...
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