Refactored test cases tags

This commit is contained in:
Bartek Kryza
2021-03-15 00:04:32 +01:00
parent 5a5652a443
commit a86add009c
13 changed files with 13 additions and 13 deletions

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");

View File

@@ -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");