1 19 20 package org.apache.tools.ant.module.wizards.shortcut; 21 22 26 public class ShortcutWizardTest extends ShortcutWizardTestBase { 27 28 public ShortcutWizardTest(String name) { 29 super(name); 30 } 31 32 public void testGetTargetBaseName() throws Exception { 33 assertEquals("correct target name", "my-proj-targ1", wiz.getTargetBaseName()); 34 } 35 36 38 } 39 | Popular Tags |