From 97ced01ffa29105d379af12d8562ced7021656d0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 2 Jan 2019 15:48:18 +0100 Subject: [PATCH] Added tags --- src/tests/test_ltr_asymmetric.cpp | 8 ++++---- src/tests/test_ltr_symmetric.cpp | 8 ++++---- src/tests/test_sigil.cpp | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/tests/test_ltr_asymmetric.cpp b/src/tests/test_ltr_asymmetric.cpp index 6895352..43c8929 100644 --- a/src/tests/test_ltr_asymmetric.cpp +++ b/src/tests/test_ltr_asymmetric.cpp @@ -5,9 +5,9 @@ using std::string; -SCENARIO("ltr_asymmetric: Correct placement") +SCENARIO("ltr_asymmetric: Correct placement", "[ltr_asymmetric]") { - GIVEN("An identicon instance with 2x2 dots") + GIVEN("An identiconpp instance with 2x2 dots") { Identiconpp identicon(2, 2, Identiconpp::algorithm::ltr_asymmetric); Magick::Image img; @@ -86,9 +86,9 @@ SCENARIO("ltr_asymmetric: Correct placement") } } -SCENARIO("ltr_asymmetric: Correct color") +SCENARIO("ltr_asymmetric: Correct color", "[ltr_asymmetric]") { - GIVEN("An identicon instance with 5 foreground colors") + GIVEN("An identiconpp instance with 5 foreground colors") { Identiconpp identicon(1, 1, Identiconpp::algorithm::ltr_asymmetric, "ffffffff", diff --git a/src/tests/test_ltr_symmetric.cpp b/src/tests/test_ltr_symmetric.cpp index 87da324..6743458 100644 --- a/src/tests/test_ltr_symmetric.cpp +++ b/src/tests/test_ltr_symmetric.cpp @@ -5,9 +5,9 @@ using std::string; -SCENARIO("ltr_symmetric: Correct placement") +SCENARIO("ltr_symmetric: Correct placement", "[ltr_symmetric]") { - GIVEN("An identicon instance with 2x2 dots") + GIVEN("An identiconpp instance with 2x2 dots") { Identiconpp identicon(2, 2, Identiconpp::algorithm::ltr_symmetric); Magick::Image img; @@ -86,9 +86,9 @@ SCENARIO("ltr_symmetric: Correct placement") } } -SCENARIO("ltr_symmetric: Correct color") +SCENARIO("ltr_symmetric: Correct color", "[ltr_symmetric]") { - GIVEN("An identicon instance with 5 foreground colors") + GIVEN("An identiconpp instance with 5 foreground colors") { Identiconpp identicon(1, 1, Identiconpp::algorithm::ltr_symmetric, "ffffffff", diff --git a/src/tests/test_sigil.cpp b/src/tests/test_sigil.cpp index be2c782..cfca140 100644 --- a/src/tests/test_sigil.cpp +++ b/src/tests/test_sigil.cpp @@ -5,9 +5,9 @@ using std::string; -SCENARIO("sigil: Correct placement") +SCENARIO("sigil: Correct placement", "[sigil]") { - GIVEN("An identicon instance with 2x2 dots") + GIVEN("An identiconpp instance with 2x2 dots") { Identiconpp identicon(2, 2, Identiconpp::algorithm::sigil); Magick::Image img; @@ -86,9 +86,9 @@ SCENARIO("sigil: Correct placement") } } -SCENARIO("sigil: Correct color") +SCENARIO("sigil: Correct color", "[sigil]") { - GIVEN("An identicon instance with 5 foreground colors") + GIVEN("An identiconpp instance with 5 foreground colors") { Identiconpp identicon(1, 1, Identiconpp::algorithm::sigil, "ffffffff",