Searched refs:aInputUserList2 (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svl/qa/complex/passwordcontainer/ |
H A D | Test02.java | 59 UserRecord aInputUserList2[] = new UserRecord[iUserNum2]; in test() local 62 aInputUserList2[i] = new UserRecord(sUserPre + "_2_" + i, sTemp); in test() 81 …xContainer.addPersistent(sURL, aInputUserList2[i].UserName, aInputUserList2[i].Passwords, aMHandle… in test() 95 if(!m_aTestHelper.sameLists(aRecord.UserList, aInputUserList2)) { in test() 106 if(!m_aTestHelper.sameLists(aRecords[0].UserList, aInputUserList2)) { in test()
|
H A D | Test01.java | 60 UserRecord aInputUserList2[] = new UserRecord[iUserNum2]; in test() local 63 aInputUserList2[i] = new UserRecord(sUserPre + "_2_" + i, sTemp); in test() 77 … xContainer.add(sURL, aInputUserList2[i].UserName, aInputUserList2[i].Passwords, aMHandler); in test() 91 if(!m_aTestHelper.sameLists(aRecord.UserList, aInputUserList2)) { in test()
|
Completed in 6 milliseconds