10, subjects, subjects));
assertNotNull(pvo.getId());
assertTrue(pvo.getId() > 0);
msi.createOpportunity(new OpportunityVO(null, subjects, 2, 6, TestLocations.GACHIBOWLI.getLatitude(),
TestLocations.GACHIBOWLI.getLongitude(), 10,
TestLocations.GACHIBOWLI.getLocationString(), "message",0));
List<OpportunityVO> opportunities = msi.find(subjects, pvo);
assertNotNull(opportunities);