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
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");
+1 -1
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");