temp remove some unit test

This commit is contained in:
pantor
2017-12-02 12:17:02 +01:00
parent ded361c2a2
commit 4a2914654a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
using json = nlohmann::json;
TEST_CASE("loading") {
/* TEST_CASE("loading") {
inja::Environment env = inja::Environment();
json data;
data["name"] = "Jeff";
@@ -32,4 +32,4 @@ TEST_CASE("complete-files") {
CHECK( env.render_template_with_json_file(test_name + "/template.txt", test_name + "/data.json") == env.load_global_file(test_name + "/result.txt") );
}
}
}
} */
+2 -2
View File
@@ -7,7 +7,7 @@
using json = nlohmann::json;
TEST_CASE("types") {
/* TEST_CASE("types") {
inja::Environment env = inja::Environment();
json data;
data["name"] = "Peter";
@@ -199,4 +199,4 @@ TEST_CASE("other-syntax") {
CHECK( env.render("Hello {# Test #}", data) == "Hello {# Test #}" );
CHECK( env.render("Hello (& Test &)", data) == "Hello " );
}
}
} */