locs.add(new ModuleLocation("", "d"));
locs.add(new ModuleLocation(" ", "e"));
SubversionSCM scm = new SubversionSCM(
locs,
new UpdateUpdater(), new Sventon(new URL("http://www.sun.com/"), "test"), "exclude", "user", "revprop", "excludeMessage",null);
p.setScm(scm);
submit(new WebClient().getPage(p, "configure").getFormByName("config"));
ModuleLocation[] ml = ((SubversionSCM) p.getScm()).getLocations();
assertEquals(1, ml.length);
assertEquals("https://svn.jenkins-ci.org/trunk/hudson/test-projects/testSubversionExclusion", ml[0].remote);