From 2b70f8b09945107753e241aa74c4870e9d6989e2 Mon Sep 17 00:00:00 2001 From: Yoonki Park Date: Mon, 14 Mar 2016 13:41:41 +0900 Subject: [PATCH] Remove note for unittest limitation - Supported for not only UI & Service project but also library projects to run as unittesting Change-Id: I1054bc00c477794e6abc61588d6508647f72c71f Signed-off-by: Yoonki Park --- org.tizen.devtools/html/native_tools/unit_test_n.htm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/org.tizen.devtools/html/native_tools/unit_test_n.htm b/org.tizen.devtools/html/native_tools/unit_test_n.htm index ceab033..6006f18 100644 --- a/org.tizen.devtools/html/native_tools/unit_test_n.htm +++ b/org.tizen.devtools/html/native_tools/unit_test_n.htm @@ -65,16 +65,6 @@

The generated test project allows you to test your project.

- - - - - - - - - -
Note
You are only able to create a test project for shared library project and static library project.

Editing a Test Project

@@ -223,4 +213,4 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga - \ No newline at end of file + -- 2.7.4