mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
This reverts commit f5745fcf18
.
This commit is contained in:
@ -9,9 +9,8 @@
|
||||
// help for all docs
|
||||
// command for all depreciated commands
|
||||
|
||||
namespace sls {
|
||||
|
||||
using vs = std::vector<std::string>;
|
||||
using sls::CmdParser;
|
||||
|
||||
SCENARIO("Construction", "[support]") {
|
||||
GIVEN("A default constructed CmdParser") {
|
||||
@ -407,6 +406,4 @@ TEST_CASE("Parse a command in the form 0-1:command") {
|
||||
REQUIRE(p.multi_id() == 3);
|
||||
REQUIRE(p.detector_id() == 5);
|
||||
REQUIRE(p.command() == "exptime");
|
||||
}
|
||||
|
||||
} // namespace sls
|
||||
}
|
Reference in New Issue
Block a user