Refactored test cases tags
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00002", "[unit-test]")
|
||||
TEST_CASE("t00002", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00002");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00003", "[unit-test]")
|
||||
TEST_CASE("t00003", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00003");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00004", "[unit-test]")
|
||||
TEST_CASE("t00004", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00004");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00005", "[unit-test]")
|
||||
TEST_CASE("t00005", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00005");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00006", "[unit-test]")
|
||||
TEST_CASE("t00006", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00006");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00007", "[unit-test]")
|
||||
TEST_CASE("t00007", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00007");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00008", "[unit-test]")
|
||||
TEST_CASE("t00008", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00008");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00009", "[unit-test]")
|
||||
TEST_CASE("t00009", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00009");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00010", "[unit-test]")
|
||||
TEST_CASE("t00010", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00010");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00011", "[unit-test]")
|
||||
TEST_CASE("t00011", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00011");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t00012", "[unit-test]")
|
||||
TEST_CASE("t00012", "[test-case][class]")
|
||||
{
|
||||
auto [config, db] = load_config("t00012");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t20001", "[unit-test]")
|
||||
TEST_CASE("t20001", "[test-case][sequence]")
|
||||
{
|
||||
auto [config, db] = load_config("t20001");
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
TEST_CASE("t90000", "[unit-test]")
|
||||
TEST_CASE("t90000", "[test-case][config]")
|
||||
{
|
||||
auto [config, db] = load_config("t90000");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user