@SuppressWarnings("nls")
public class CSVServiceTest {
@Test
public void testCreateService() throws Exception {
Activator instance = Activator.getDefault();
assertNotNull("Run as a JUnit Plug-in Test", instance );
Bundle bundle = instance.getBundle();
URL url = bundle.getEntry("cities.csv");
System.out.println("Bundle URL"+ url );
URL fileUrl = FileLocator.toFileURL( url );
System.out.println("Bundle URL"+ fileUrl );