Subversion Repositories SmartDukaan

Rev

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

Rev 3106 Rev 3156
Line 39... Line 39...
39
 
39
 
40
    /**
40
    /**
41
     * Test method for {@link in.shop2020.crm.handler.ActivityHandler#fetchActivities(long, in.shop2020.crm.ActivityStatus, long)}.
41
     * Test method for {@link in.shop2020.crm.handler.ActivityHandler#fetchActivities(long, in.shop2020.crm.ActivityStatus, long)}.
42
     * @throws TException 
42
     * @throws TException 
43
     */
43
     */
44
    @Test
44
    @Ignore
45
    public void testFetchActivities() throws TException {
45
    public void testFetchActivities() throws TException {
46
        List<Activity> activities = activityHandler.getActivities(1l);
46
        List<Activity> activities = activityHandler.getActivities(1l);
47
        Assert.assertTrue(activities.isEmpty());
47
        Assert.assertTrue(activities.isEmpty());
48
        activities = activityHandler.getActivities(null);
48
        activities = activityHandler.getActivities(null);
49
        Assert.assertTrue(!activities.isEmpty());
49
        Assert.assertTrue(!activities.isEmpty());