core: Change test case name from "order" to "invalid"

This commit is contained in:
Alexander Krotov
2017-03-23 12:15:19 +03:00
parent 7a5930ecbb
commit 2b41368aac

View File

@@ -302,7 +302,7 @@ private:
};
CommandLineInvalidTestCase::CommandLineInvalidTestCase ()
: CommandLineTestCaseBase ("order")
: CommandLineTestCaseBase ("invalid")
{
}