[Contact] Cleanup by fixer script - part last
authorTomasz Kusmierz <t.kusmierz@samsung.com>
Wed, 25 Sep 2013 09:04:18 +0000 (11:04 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 25 Sep 2013 14:51:34 +0000 (14:51 +0000)
Change-Id: I9e2e55678a1333e2e969870a8aaf89370fad0fe6

20 files changed:
tct-contact-tizen-tests/contact/ContactPhoneNumber_constructor.html
tct-contact-tizen-tests/contact/ContactPhoneNumber_constructor_minargs.html
tct-contact-tizen-tests/contact/ContactPhoneNumber_exist.html
tct-contact-tizen-tests/contact/ContactPhoneNumber_extend.html
tct-contact-tizen-tests/contact/ContactPhoneNumber_isDefault_attribute.html
tct-contact-tizen-tests/contact/ContactPhoneNumber_number_attribute.html
tct-contact-tizen-tests/contact/ContactPhoneNumber_types_attribute.html
tct-contact-tizen-tests/contact/ContactRef_addressBookId_attribute.html
tct-contact-tizen-tests/contact/ContactRef_constructor.html
tct-contact-tizen-tests/contact/ContactRef_contactId_attribute.html
tct-contact-tizen-tests/contact/ContactRef_exist.html
tct-contact-tizen-tests/contact/ContactRef_extend.html
tct-contact-tizen-tests/contact/ContactTextFormat_enum_VCARD_30.html
tct-contact-tizen-tests/contact/ContactTextFormat_enum_invalid.html
tct-contact-tizen-tests/contact/ContactWebSite_constructor.html
tct-contact-tizen-tests/contact/ContactWebSite_exist.html
tct-contact-tizen-tests/contact/ContactWebSite_extend.html
tct-contact-tizen-tests/contact/ContactWebSite_type_attribute.html
tct-contact-tizen-tests/contact/ContactWebSite_url_attribute.html
tct-contact-tizen-tests/tests.full.xml

index e3ef23c6e1836e3b3639bd623cbb09ccc4cae86f..4e5e22c940a7236a6b14798c62f1757e32fe5d5b 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactPhoneNumber_constructor</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -35,7 +35,7 @@ Authors:
 //==== TEST: ContactPhoneNumber_constructor
 //==== LABEL check various arguments for ContactPhoneNumber(number, types, isDefault) constructor
 //==== SPEC Tizen Web API:Social:Contact:ContactPhoneNumber:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA CONSTRA CONSTRM
 test(function () {
     var contactPhoneNumber;
@@ -47,6 +47,7 @@ test(function () {
     assert_equals(contactPhoneNumber.types[0], "HOME", "types attribute.");
     assert_equals(contactPhoneNumber.isDefault, false, "isDefault attribute.");
 }, "ContactPhoneNumber_constructor");
+
 </script>
 </body>
 </html>
index 6026615a5f6101dd778d8384828180f53994e4c0..f030c1b42da772f382ad7b6937f48fe344acced8 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactPhoneNumber_constructor_minargs</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -35,7 +35,7 @@ Authors:
 //==== TEST: ContactPhoneNumber_constructor_minargs
 //==== LABEL check various arguments for ContactPhoneNumber(number) constructor
 //==== SPEC Tizen Web API:Social:Contact:ContactPhoneNumber:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA CONSTRA CONSTRM
 test(function () {
     var contactPhoneNumber;
@@ -47,6 +47,7 @@ test(function () {
     assert_equals(contactPhoneNumber.types[0], "VOICE", "types attribute.");
     assert_equals(contactPhoneNumber.isDefault, false, "isDefault attribute.");
 }, "ContactPhoneNumber_constructor_minargs");
+
 </script>
 </body>
 </html>
index 42c35db056bc64e7875f7d6afa7998da13ec1924..ad25137b3e70833bad6d3b22e035595098137258 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactPhoneNumber_exist</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -35,11 +35,12 @@ Authors:
 //==== TEST: ContactPhoneNumber_exist
 //==== LABEL check if ContactPhoneNumber exist
 //==== SPEC Tizen Web API:Social:Contact:ContactPhoneNumber:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA CONSTRF
 test(function () {
     check_constructor("ContactPhoneNumber");
 }, "ContactPhoneNumber_exist");
+
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>
index 4c5ab05c47e03dbe745533f9e5a562a4bc862d73..61b37094f11846cf4c055c333fc0fed52da95ca8 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactPhoneNumber_extend</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -36,7 +36,7 @@ Authors:
 //==== LABEL test whether the ContactPhoneNumber object is extendable
 //==== PRIORITY P3
 //==== SPEC Tizen Web API:Social:Contact:ContactPhoneNumber:ContactPhoneNumber U
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA OBX
 test(function () {
     var contactPhoneNumber;
@@ -45,6 +45,7 @@ test(function () {
 
     check_extensibility(contactPhoneNumber);
 }, "ContactPhoneNumber_extend");
+
 </script>
 </body>
 </html>
index 8a0967bbc3365416cf9c5048e744d73f093eebe0..2c17f0adbc564700465649f6b524de0c071b3bb1 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactPhoneNumber_isDefault_attribute</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -35,7 +35,7 @@ Authors:
 //==== TEST: ContactPhoneNumber_isDefault_attribute
 //==== LABEL Check ContactPhoneNumber for isDefault attribute
 //==== SPEC Tizen Web API:Social:Contact:ContactPhoneNumber:isDefault A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA AE AT ASG ADV AN
 test(function () {
     var contactPhoneNumber, newValue = true;
@@ -49,6 +49,7 @@ test(function () {
     contactPhoneNumber.isDefault = null;
     assert_not_equals(contactPhoneNumber.isDefault, null, "operation no accept null");
 }, "ContactPhoneNumber_isDefault_attribute");
+
 </script>
 </body>
 </html>
index 3de3380295e178c1d9fd51b7ad224c78454c3315..f5b907168b3fca26025e8a9fadf97896cd1a4504 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactPhoneNumber_number_attribute</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -35,7 +35,7 @@ Authors:
 //==== TEST: ContactPhoneNumber_number_attribute
 //==== LABEL Check ContactPhoneNumber for number attribute
 //==== SPEC Tizen Web API:Social:Contact:ContactPhoneNumber:number A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA AE AT ASG AN
 test(function () {
     var contactPhoneNumber, newValue = "015-555-5556";
@@ -49,6 +49,7 @@ test(function () {
     contactPhoneNumber.number = null;
     assert_not_equals(contactPhoneNumber.number, null, "operation no accept null");
 }, "ContactPhoneNumber_number_attribute");
+
 </script>
 </body>
 </html>
index 96096876aaf3f39b807dd04881c7288120b4830d..6c0f095207cc28b72053dff08bbbbb2e6e0aa939 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactPhoneNumber_types_attribute</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -35,7 +35,7 @@ Authors:
 //==== TEST: ContactPhoneNumber_types_attribute
 //==== LABEL Check ContactPhoneNumber for types attribute
 //==== SPEC Tizen Web API:Social:Contact:ContactPhoneNumber:types A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA AE AT ASG AN
 test(function () {
     var contactPhoneNumber, newValue = "WORK";
@@ -52,6 +52,7 @@ test(function () {
     contactPhoneNumber.types = null;
     assert_not_equals(contactPhoneNumber.types, null, "operation no accept null");
 }, "ContactPhoneNumber_types_attribute");
+
 </script>
 </body>
 </html>
index c990f692cc041047bb54a41f5050360e4560bfb0..6db7d8df06331753b0ef9e87c2fc3e6af1b0d26c 100644 (file)
@@ -15,12 +15,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
 
-<html lang="en">
+<html>
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactRef_addressBookId_attribute</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -32,7 +32,7 @@ Authors:
 //==== TEST: ContactRef_addressBookId_attribute
 //==== LABEL Check ContactRef for addressBookId attribute
 //==== SPEC Tizen Web API:Social:Contact:ContactRef:addressBookId A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA AE AT ASG AN
 test(function () {
     var defaultAddressBook, contact, contactRef;
@@ -49,6 +49,7 @@ test(function () {
     assert_not_equals(contactRef.addressBookId, null, "operation no accept null");
     defaultAddressBook.remove(contact.id);
 }, "ContactRef_addressBookId_attribute");
+
 </script>
 </body>
 </html>
index f42a49269371918a704105b7d7b23f8b9e516729..3dc5e4b56fe66365dfefa82d7f06e3a337d531d6 100644 (file)
@@ -15,13 +15,13 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactRef_constructor</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -33,7 +33,7 @@ Authors:
 //==== TEST: ContactRef_constructor
 //==== LABEL check various arguments for ContactRef_constructor(addressBookId, contactId) constructor
 //==== SPEC Tizen Web API:Social:Contact:ContactRef:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA CONSTRA CONSTRM
 test(function () {
     var defaultAddressBook, contact, contactRef;
@@ -48,6 +48,7 @@ test(function () {
     defaultAddressBook.remove(contact.id);
 
 }, "ContactRef_constructor");
+
 </script>
 </body>
 </html>
index 3c8c4bddca2d18ddd6d6a44d079db43ba79b6faf..59d2d918953c4120b2dd3b40db376697f8733709 100644 (file)
@@ -15,13 +15,13 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactRef_contactId_attribute</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -33,7 +33,7 @@ Authors:
 //==== TEST: ContactRef_contactId_attribute
 //==== LABEL Check ContactRef for contactId attribute
 //==== SPEC Tizen Web API:Social:Contact:ContactRef:contactId A
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA AE AT ASG AN
 test(function () {
     var defaultAddressBook, contact1, contact2, contactRef;
@@ -53,6 +53,7 @@ test(function () {
     defaultAddressBook.remove(contact1.id);
     defaultAddressBook.remove(contact2.id);
 }, "ContactRef_contactId_attribute");
+
 </script>
 </body>
 </html>
index a724b68b4e6365894e33b30c0547afb4718e04dd..b14c8275a98393ba0a509e15a056ebf509125466 100644 (file)
@@ -18,12 +18,12 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactRef_exist</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -35,11 +35,12 @@ Authors:
 //==== TEST: ContactRef_exist
 //==== LABEL check if ContactRef exist
 //==== SPEC Tizen Web API:Social:Contact:ContactRef:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA CONSTRF
 test(function () {
     check_constructor("ContactRef");
 }, "ContactRef_exist");
+
 </script>
 </body>
 </html>
index aaf8aebe2ca9c73ec2a14d009778a1d080562d7b..65ac78b838011fae125ad53f82793fe9849dfd09 100644 (file)
@@ -15,13 +15,13 @@ See the License for the specific language governing permissions and
 limitations under the License.
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactRef_extend</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -44,6 +44,7 @@ test(function () {
     check_extensibility(new tizen.ContactRef(defaultAddressBook.id, contact.id));
     defaultAddressBook.remove(contact.id);
 }, "ContactRef_extend");
+
 </script>
 </body>
 </html>
index 9a3de73deef498e96762e33a1f3223d3f74d3861..b00b970bccc588701002345c3ebcb00e0f393298 100644 (file)
@@ -26,12 +26,12 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
-     Xu, Yananx <yananx.xu@intel.com>
-     Tomasz Paciorek <t.paciorek@samsung.com>
+        Xu, Yananx <yananx.xu@intel.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
 <html>
 <head>
-<title>Tizen Contact API - Contact - convertToString </title>
+<title>ContactTextFormat_enum_VCARD_30</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
 <script type="text/javascript" src="../resources/testharnessreport.js"></script>
 <script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
@@ -67,6 +67,7 @@ test(function (){
     assert_not_equals(contactStr, null, "contactStr should not be null");
     defaultAddressBook.remove(contact.id);
 }, "ContactTextFormat_enum_VCARD_30");
+
 </script>
 </body>
 </html>
index d2f9cf40222b91ee3385e71b0894714c4ebb84a1..456191c63b2dc5a50ff7c3ad04b49e1d623639dc 100644 (file)
@@ -27,12 +27,12 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
 Revision history:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 -->
 
 <html>
 <head>
-<title>Tizen Contact API - Contact - convertToString </title>
+<title>ContactTextFormat_enum_invalid</title>
 <script type="text/javascript" src="../resources/testharness.js"></script>
 <script type="text/javascript" src="../resources/testharnessreport.js"></script>
 <script type="text/javascript" src="./support/tizen_contact_data_generators.js"></script>
@@ -67,7 +67,7 @@ test(function (){
     }, "TypeMismatchError exception.");
     defaultAddressBook.remove(contact.id);
 }, "ContactTextFormat_enum_invalid");
+
 </script>
 </body>
 </html>
-
index 779e21eee005f3e617fea682c954507908d3d9ef..ce333eaab3d34883e23bbffb49f719ced5a89dc5 100644 (file)
@@ -21,10 +21,10 @@ Authors:
         Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>Contact/UTC_contact</title>
+<title>ContactWebSite_constructor</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/contact_common.js"></script>
@@ -37,7 +37,7 @@ Authors:
 //==== LABEL check various arguments for ContactWebSite() constructor
 //==== PRIORITY P2
 //==== SPEC Tizen Web API:Social:Contact:ContactWebSite:constructor C
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactWebSite
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== TEST_CRITERIA CONSTRA CONSTRM
 test(function () {
     var contactWebSite = new tizen.ContactWebSite("http://example.com", "BLOG");
@@ -46,6 +46,7 @@ test(function () {
     assert_equals(contactWebSite.url, "http://example.com", "url attribute.");
     assert_equals(contactWebSite.type, "BLOG", "type attribute.");
 }, "ContactWebSite_constructor");
+
 </script>
 </body>
 </html>
index 93fa6283293874fe3b7034eff4f7099ae8942bf1..9918ce114961d5f0389b33d55ac048eefc878a6a 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>ContactWebSite_exist</title>
 <meta charset="utf-8"/>
@@ -37,6 +37,7 @@ Authors:
 test(function () {
     check_constructor("ContactWebSite");
 }, "ContactWebSite_exist");
+
 </script>
 </body>
 </html>
index 495aec2c4c18ce2b764226ba9027bb7adf32906e..da6308ce1a15a4ccc0df8f0a7edca140c845807d 100644 (file)
@@ -18,13 +18,13 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
 <html>
 
 <head>
-<title> AddressBook_extend</title>
+<title>ContactWebSite_extend</title>
 <script src="../resources/unitcommon.js"></script>
 </head>
 
@@ -34,7 +34,7 @@ Authors:
 //==== TEST: ContactWebSite_extend
 //==== LABEL test whether the ContactWebSite object is extendable
 //==== SPEC Tizen Web API:Social:Contact:ContactWebSite:ContactWebSite U
-//==== SPEC_URL http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook
+//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html
 //==== PRIORITY P3
 //==== TEST_CRITERIA OBX
 test(function () {
@@ -42,6 +42,7 @@ test(function () {
     contactWebSite = new tizen.ContactWebSite("http://example.com", "BLOG");
     check_extensibility(contactWebSite);
 }, "ContactWebSite_extend");
+
 </script>
 </body>
 </html>
index 0f47975cb2de7a0abca9224648d47566c3a027b7..02fa21cbbf67293fac2161520162f121f6ec8d7d 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>ContactWebSite_type_attribute</title>
 <meta charset="utf-8"/>
@@ -45,6 +45,7 @@ test(function () {
     contactWebSite.type = null;
     assert_not_equals(contactWebSite.type, null, "operation no accept null");
 }, "ContactWebSite_type_attribute");
+
 </script>
 </body>
 </html>
index 65b5d0995daf3f35cd2bed54fd9437833f838c17..84ad0fdd5e738e956da91911aa50c13b8f98a88f 100644 (file)
@@ -16,10 +16,10 @@ limitations under the License.
 
 
 Authors:
-    Tomasz Paciorek <t.paciorek@samsung.com>
+        Tomasz Paciorek <t.paciorek@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
 <title>ContactWebSite_url_attribute</title>
 <meta charset="utf-8"/>
@@ -45,6 +45,7 @@ test(function () {
     contactWebSite.url = null;
     assert_not_equals(contactWebSite.url, null, "operation no accept null");
 }, "ContactWebSite_url_attribute");
+
 </script>
 </body>
 </html>
index 423a7f1c7bc37069d3da71ddea3ee60419778ef4..28d25f8f4bde5f3190beff532054070bceefdfa0 100644 (file)
         <specs>
           <spec>
             <spec_assertion interface="ContactPhoneNumber" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactWebSite" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactWebSite</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactRef" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactRef" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactRef" element_type="attribute" element_name="addressBookId" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactRef" element_type="attribute" element_name="contactId" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactRef</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactPhoneNumber" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactPhoneNumber" element_type="constructor" element_name="constructor" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactPhoneNumber" element_type="attribute" element_name="isDefault" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactPhoneNumber" element_type="attribute" element_name="number" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactPhoneNumber" element_type="attribute" element_name="types" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactPhoneNumber" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::ContactPhoneNumber</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
         <specs>
           <spec>
             <spec_assertion interface="ContactWebSite" usage="true" specification="Contact" section="Social" category="Tizen Device API Specifications"/>
-            <spec_url>http://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html#::Contact::AddressBook</spec_url>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/contact.html</spec_url>
             <spec_statement>TBD</spec_statement>
           </spec>
         </specs>