phonebookengines_old/contactsmodel/tsrc/Integration/TestImpExvCard/scripts/TestImpExvCard.script
changeset 49 74b30151afd6
parent 40 b46a585f6909
--- a/phonebookengines_old/contactsmodel/tsrc/Integration/TestImpExvCard/scripts/TestImpExvCard.script	Tue Jul 06 14:05:47 2010 +0300
+++ b/phonebookengines_old/contactsmodel/tsrc/Integration/TestImpExvCard/scripts/TestImpExvCard.script	Wed Jul 21 11:09:07 2010 +0300
@@ -18,7 +18,7 @@
 //
 LOAD_SUITE TestImpExvCardSuite
 //
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0003
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0003
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0003
 //! @SYMTestType Component Test
@@ -30,10 +30,10 @@
 //! @SYMTestActions A VCard with REV property in local time format and a TZ property present is imported to a Contact database using the CntModel converter
 //! @SYMTestExpectedResults The imported contact entry has LastModified() equal to the VCard's REV property after beign adjusted by the TZ property
 RUN_TEST_STEP 100 TestImpExvCardSuite TestImpRevLocalTZ c:\CITExImvCard\testdata\ImportREVLocalTZ\ExpectedUTC.ini
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0003
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0003
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0002
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0002
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0002
 //! @SYMTestType Component Test
@@ -45,10 +45,10 @@
 //! @SYMTestActions A VCard with REV property in local time format is imported to a Contact database using the Cnt Model converter
 //! @SYMTestExpectedResults The imported contact entry has LastModified() equal to the VCard's REV property.  The Vcard's REV property is converted to UTC time with offset=0
 RUN_TEST_STEP 100 TestImpExvCardSuite TestImpRevLocal c:\CITExImvCard\testdata\ImportREVLocal\ExpectedUTC.ini
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0002
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0002
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0004
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0004
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0004
 //! @SYMTestType Component Test
@@ -60,10 +60,10 @@
 //! @SYMTestActions A VCard with no REV property is imported to a Contact database using the CntModel converter
 //! @SYMTestExpectedResults The imported contact entry has LastModified() equal to NULL
 RUN_TEST_STEP 100 TestImpExvCardSuite TestImpNoRev
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0004
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0004
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0001
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0001
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0001
 //! @SYMTestType Component Test
@@ -75,10 +75,10 @@
 //! @SYMTestActions A VCard with REV property in UTC format is imported to a Contact database using the Cnt Model converter
 //! @SYMTestExpectedResults The imported contact entry has LastModified() equal to the VCard's REV property
 RUN_TEST_STEP 100 TestImpExvCardSuite TestImpRevUTC c:\CITExImvCard\testdata\ImportRevUTC\ExpectedUTC.ini
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0002
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0002
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0005
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0005
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0005
 //! @SYMTestType Component Test
@@ -90,10 +90,10 @@
 //! @SYMTestActions A Vcard with BDAY property is imported to a Contact database using the Cnt Model converter.
 //! @SYMTestExpectedResults The imported contact entry has the birthday field equal to the VCards BDAY property.  No adjustement is made for UTC Offset.
 RUN_TEST_STEP 100 TestImpExvCardSuite TestImpBDay c:\CITExImvCard\testdata\ImportBDay\ExpectedBDAY.ini
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0005
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0005
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0006
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0006
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0006
 //! @SYMTestType Component Test
@@ -105,10 +105,10 @@
 //! @SYMTestActions A Vcard with no BDAY property is imported to a Contact database using the Cnt Model converter.
 //! @SYMTestExpectedResults The imported contact entry has the birthday field equal to TDateTime::Null
 RUN_TEST_STEP 100 TestImpExvCardSuite TestImpNoBDay
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0006
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0006
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0007
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0007
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0007
 //! @SYMTestType Component Test
@@ -120,10 +120,10 @@
 //! @SYMTestActions A Contact database is exported to VCards using the CntModel converter
 //! @SYMTestExpectedResults The exported VCard's REV property is set to UTC value, and is equal to the contact entry's LastModified() value.
 RUN_TEST_STEP 100 TestImpExvCardSuite TestExRevUTC
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0007
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0007
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0008
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0008
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0008
 //! @SYMTestType Component Test
@@ -135,10 +135,10 @@
 //! @SYMTestActions A VCard with BDAY property is exported from a Contact database using the CntModel converter.
 //! @SYMTestExpectedResults The exported VCard's BDAY property is equal to the contact entry's birthday field, and is in Local Time format.
 RUN_TEST_STEP 100 TestImpExvCardSuite TestExBDayLocal c:\CITExImvCard\testdata\ExportBDayLocal\ExportBDayLocal.ini
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0008
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0008
 
 
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0009
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0009
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0009
 //! @SYMTestType Component Test
@@ -150,10 +150,10 @@
 //! @SYMTestActions A VCard with no BDAY property is exported from a Contact database using the CntModel converter.
 //! @SYMTestExpectedResults The exported VCard's BDAY property is equal to TDateTime::Null
 RUN_TEST_STEP 100 TestImpExvCardSuite TestExNoBDay
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0009
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0009
 
  
-START_TESTCASE  PIM-CIT-Cntmodel-234AP-0010
+START_TESTCASE  PIM-CIT-Cntmodel-234AP-0010
 
 //! @SYMTestCaseID PIM-CIT-Cntmodel-234AP-0010
 //! @SYMTestType Component Test
@@ -165,7 +165,7 @@
 //! @SYMTestActions A Vcard is imported in an OOM loop.
 //! @SYMTestExpectedResults Contacts Import must be successful
 RUN_TEST_STEP 100 TestImpExvCardSuite TestImpOOM
-END_TESTCASE  PIM-CIT-Cntmodel-234AP-0010
+END_TESTCASE  PIM-CIT-Cntmodel-234AP-0010
 
 
 PRINT Complate_TestImpExvCard_Tests