Subversion Repositories SmartDukaan

Rev

Rev 772 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 772 Rev 2981
Line 13... Line 13...
13
 
13
 
14
user_client.__start__()
14
user_client.__start__()
15
 
15
 
16
client = user_client.get_client()
16
client = user_client.get_client()
17
client.updateMyResearch(1, 100001);
17
client.updateMyResearch(1, 100001);
18
client.getMyResearch(1);
18
print client.getMyResearchItems(1);
-
 
19
 
-
 
20
client.updateMyResearch(1, 100001);
-
 
21
print client.deleteItemFromMyResearch(1, 100001);
19
 
22
 
20
client.updateBrowseHistory(1, 100001);
23
client.updateBrowseHistory(1, 100001);
-
 
24
client.updateBrowseHistory(1, 100002);
-
 
25
client.updateBrowseHistory(1, 100003);
-
 
26
client.updateBrowseHistory(1, 100004);
-
 
27
client.updateBrowseHistory(1, 100005);
-
 
28
client.updateBrowseHistory(1, 100006);
-
 
29
client.updateBrowseHistory(1, 100007);
-
 
30
client.updateBrowseHistory(1, 100008);
-
 
31
client.updateBrowseHistory(1, 100009);
-
 
32
client.updateBrowseHistory(1, 100010);
-
 
33
client.updateBrowseHistory(1, 100011);
-
 
34
client.updateBrowseHistory(1, 100012);
-
 
35
client.updateBrowseHistory(1, 100013);
-
 
36
client.updateBrowseHistory(1, 100014);
-
 
37
 
21
client.getBrowseHistory(1);
38
print client.getBrowseHistoryItems(1);
22
 
39
 
23
#id = client.getDefaultAddressId(5)
40
#id = client.getDefaultAddressId(5)
24
#print id
41
#print id
25
 
42
 
26
#addresses = client.getAllAddressesForUser(5);
43
#addresses = client.getAllAddressesForUser(5);