Skip to content

Commit

Permalink
COmmentinf out test-case w.r.t changes for location-code commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
chandravanshi committed Aug 27, 2014
1 parent 128cadf commit f2405f6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package org.motechproject.mcts.integration.service;

import static org.junit.Assert.assertEquals;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyString;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

import static org.junit.Assert.assertEquals;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
Expand Down Expand Up @@ -80,7 +80,9 @@ public void shouldUpdateGroupId() throws Exception {
verify(careDataRepository, times(2)).saveOrUpdate((MctsHealthworker)any());
}

@Ignore
@Test
//TODO commenting it out as care-reporting is not being deployed where location-id is stored
public void shouldGetCaseGroupIdfromAshaId() {
when(careDataRepository.getCaseGroupIdfromAshaId(15)).thenReturn(null).thenReturn(null);
when(careDataRepository.getOwnerIdFromLocationId("1234567890")).thenReturn("123");
Expand Down

0 comments on commit f2405f6

Please sign in to comment.