videocollection/mpxmyvideoscollection/tsrc/ut_vcxmyvideosmdsdb/conf/VcxMyVideosMdsDbTest.cfg
branchRCL_3
changeset 23 8f0df5c82986
child 26 67eb01668b0e
equal deleted inserted replaced
21:55fa1ec415c6 23:8f0df5c82986
       
     1 #BLOCKS#
       
     2 CreateL
       
     3 DeleteL
       
     4 CancelL
       
     5 AddVideoL
       
     6 RemoveVideoL
       
     7 UpdateVideoL
       
     8 CreateVideoListL
       
     9 CreateVideoL
       
    10 
       
    11 
       
    12 
       
    13 [Test]
       
    14 title Create & delete
       
    15 create VcxMyVideosMdsDbTest test
       
    16 test CreateL
       
    17 test DeleteL
       
    18 delete test
       
    19 [Endtest]
       
    20 
       
    21 
       
    22 
       
    23 [Test]
       
    24 title Create mds fail
       
    25 create VcxMyVideosMdsDbTest test
       
    26 allownextresult -2
       
    27 test CreateL 1
       
    28 test DeleteL
       
    29 delete test
       
    30 [Endtest]
       
    31 
       
    32 [Test]
       
    33 title Create mds fail async
       
    34 create VcxMyVideosMdsDbTest test
       
    35 test CreateL 0 1
       
    36 test DeleteL
       
    37 delete test
       
    38 [Endtest]
       
    39 
       
    40 [Test]
       
    41 title Cancel
       
    42 create VcxMyVideosMdsDbTest test
       
    43 test CreateL
       
    44 test CancelL
       
    45 test DeleteL
       
    46 delete test
       
    47 [Endtest]
       
    48 
       
    49 [Test]
       
    50 title AddVideoL
       
    51 create VcxMyVideosMdsDbTest test
       
    52 test CreateL
       
    53 test AddVideoL 0 0
       
    54 allownextresult -2
       
    55 test AddVideoL 0 -2
       
    56 allownextresult -2
       
    57 test AddVideoL 1 0
       
    58 test DeleteL
       
    59 delete test
       
    60 [Endtest]
       
    61 
       
    62 [Test]
       
    63 title RemoveVideoL
       
    64 create VcxMyVideosMdsDbTest test
       
    65 test CreateL
       
    66 test RemoveVideoL 0 0
       
    67 allownextresult -1
       
    68 test RemoveVideoL 1 0
       
    69 allownextresult -2
       
    70 test RemoveVideoL 0 -2
       
    71 test DeleteL
       
    72 delete test
       
    73 [Endtest]
       
    74 
       
    75 [Test]
       
    76 title UpdateVideoL
       
    77 create VcxMyVideosMdsDbTest test
       
    78 test CreateL
       
    79 test UpdateVideoL 0 0
       
    80 allownextresult -1
       
    81 test UpdateVideoL 1 0
       
    82 allownextresult -2
       
    83 test UpdateVideoL 0 -2
       
    84 test DeleteL
       
    85 delete test
       
    86 [Endtest]
       
    87 
       
    88 [Test]
       
    89 title CreateVideoL
       
    90 create VcxMyVideosMdsDbTest test
       
    91 test CreateL
       
    92 test CreateVideoL 0 0
       
    93 allownextresult -1
       
    94 test CreateVideoL 1 0
       
    95 allownextresult -2
       
    96 test CreateVideoL 0 -2
       
    97 test DeleteL
       
    98 delete test
       
    99 [Endtest]
       
   100 
       
   101 [Test]
       
   102 title CreateVideoListL
       
   103 create VcxMyVideosMdsDbTest test
       
   104 test CreateL
       
   105 test CreateVideoListL  0 0 0 0
       
   106 test CreateVideoListL  0 0 0 1
       
   107 test CreateVideoListL  0 0 1 0
       
   108 test CreateVideoListL  0 0 1 0
       
   109 test CreateVideoListL  0 1 0 0
       
   110 test CreateVideoListL  0 1 0 1
       
   111 test CreateVideoListL  0 1 1 0
       
   112 test CreateVideoListL  0 1 1 1
       
   113 test CreateVideoListL  1 0 0 0
       
   114 test CreateVideoListL  1 0 0 1
       
   115 test CreateVideoListL  1 0 1 0
       
   116 test CreateVideoListL  1 0 1 1
       
   117 test CreateVideoListL  1 1 0 0
       
   118 test CreateVideoListL  1 1 0 1
       
   119 test CreateVideoListL  1 1 1 0
       
   120 test CreateVideoListL  1 1 1 1
       
   121 test DeleteL
       
   122 delete test
       
   123 [Endtest]
       
   124