prepare tvg v0.8 release
[platform/core/graphics/tizenvg.git] / test / testInitializer.cpp
index 112a177..6d8bf96 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020-2021 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2021 - 2022 Samsung Electronics Co., Ltd. All rights reserved.
 
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -48,12 +48,6 @@ TEST_CASE("Negative termination", "[tvgInitializer]")
     REQUIRE(Initializer::term(CanvasEngine::Sw) == Result::InsufficientCondition);
 }
 
-TEST_CASE("Many threads", "[tvgInitializer]")
-{
-    REQUIRE(Initializer::init(CanvasEngine::Sw, -1) == Result::FailedAllocation);
-    REQUIRE(Initializer::term(CanvasEngine::Sw) == Result::InsufficientCondition);
-}
-
 TEST_CASE("Invalid engine", "[tvgInitializer]")
 {
     REQUIRE(Initializer::init(CanvasEngine(0), 0) == Result::InvalidArguments);