plugins/contacts/symbian/plugin/tsrc/ut_symbian/test_data.txt
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
equal deleted inserted replaced
3:e4ebb16b39ea 5:603d3f8b6302
    26 //Name - Match exactly
    26 //Name - Match exactly
    27 [ContactDetailFilter1: Name, FirstName, Stefann,MatchExactly, 1, 0]
    27 [ContactDetailFilter1: Name, FirstName, Stefann,MatchExactly, 1, 0]
    28 [ContactDetailFilter2: Name, LastName, Daniel,MatchExactly, 1, 0]
    28 [ContactDetailFilter2: Name, LastName, Daniel,MatchExactly, 1, 0]
    29          //Name - MatchContains
    29          //Name - MatchContains
    30 [ContactDetailFilter3: Name, FirstName, nn,MatchContains, 3, 0]
    30 [ContactDetailFilter3: Name, FirstName, nn,MatchContains, 3, 0]
    31 [ContactDetailFilter4: Name, LastName, n,MatchContains, 4, 0]
    31 [ContactDetailFilter4: Name, LastName, n,MatchContains, 5, 0]
    32          //Name - MatchStartsWith
    32          //Name - MatchStartsWith
    33 [ContactDetailFilter5: Name, FirstName, Jo,MatchStartsWith, 2, 0]
    33 [ContactDetailFilter5: Name, FirstName, Jo,MatchStartsWith, 2, 0]
    34 [ContactDetailFilter6: Name, LastName, Len,MatchStartsWith, 1, 0]
    34 [ContactDetailFilter6: Name, LastName, Len,MatchStartsWith, 1, 0]
    35          //Name - MatchEndsWith
    35          //Name - MatchEndsWith
    36 [ContactDetailFilter7: Name, FirstName, nn,MatchEndsWith, 3, 0]
    36 [ContactDetailFilter7: Name, FirstName, nn,MatchEndsWith, 3, 0]
    44 //Email - MatchContains
    44 //Email - MatchContains
    45 [ContactDetailFilter12: EmailAddress, EmailAddress, nokia,MatchContains, 5, 0]
    45 [ContactDetailFilter12: EmailAddress, EmailAddress, nokia,MatchContains, 5, 0]
    46 //Email - MatchStartsWith
    46 //Email - MatchStartsWith
    47 [ContactDetailFilter13: EmailAddress, EmailAddress, Joronn,MatchStartsWith, 1, 0]
    47 [ContactDetailFilter13: EmailAddress, EmailAddress, Joronn,MatchStartsWith, 1, 0]
    48 //Email - MatchEndsWith
    48 //Email - MatchEndsWith
    49 [ContactDetailFilter14: EmailAddress, EmailAddress, com,MatchEndsWith, 5, 0]
    49 [ContactDetailFilter14: EmailAddress, EmailAddress, com,MatchEndsWith, 8, 0]
    50 //Email - No results search
    50 //Email - No results search
    51 [ContactDetailFilter15: EmailAddress, EmailAddress, andrewf,MatchEndsWith, 0, 0]
    51 [ContactDetailFilter15: EmailAddress, EmailAddress, andrewf,MatchEndsWith, 0, 0]
    52 //-----------------------------------------------------------------------
    52 //-----------------------------------------------------------------------
    53 //Phonenumber - Match number
    53 //Phonenumber - Match number
    54 [ContactDetailFilter16: PhoneNumber, PhoneNumber, +026434234423,MatchPhoneNumber, 1, 0]
    54 [ContactDetailFilter16: PhoneNumber, PhoneNumber, +026434234423,MatchPhoneNumber, 1, 0]