From 2b41368aacbc5a2f6b8f461a146bbbb1dd6b2f83 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 23 Mar 2017 12:15:19 +0300 Subject: [PATCH] core: Change test case name from "order" to "invalid" --- src/core/test/command-line-test-suite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/test/command-line-test-suite.cc b/src/core/test/command-line-test-suite.cc index e52684257..8df08f0b0 100644 --- a/src/core/test/command-line-test-suite.cc +++ b/src/core/test/command-line-test-suite.cc @@ -302,7 +302,7 @@ private: }; CommandLineInvalidTestCase::CommandLineInvalidTestCase () - : CommandLineTestCaseBase ("order") + : CommandLineTestCaseBase ("invalid") { }