Subversion Repositories SmartDukaan

Rev

Rev 2304 | Rev 2497 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2304 Rev 2358
Line 107... Line 107...
107
    #test_validate()
107
    #test_validate()
108
    #test_similar_item()
108
    #test_similar_item()
109
    #test_change_item_status()
109
    #test_change_item_status()
110
    #test_check_risky_item()
110
    #test_check_risky_item()
111
    #test_logging(5, True)
111
    #test_logging(5, True)
-
 
112
    items = client.getItemsByRiskyFlag();
-
 
113
    count = len(items)
-
 
114
    print count
112
    
115
    
113
    
-
 
114
    
-
 
115
    
-
 
116
116
    items = client.getItemsByVendorCategory('Handsets')
-
 
117
    count = len(items)
-
 
118
    print count
-
 
119
117
120