This commit is contained in:
Phillip Webb
2013-05-31 12:26:30 -07:00
parent 969c7d6fa1
commit 7e3c158f3a
175 changed files with 1040 additions and 286 deletions

View File

@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.bootstrap.cli;
import java.io.ByteArrayOutputStream;
@@ -27,6 +28,7 @@ import org.apache.ivy.util.FileUtil;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.bootstrap.cli.command.RunCommand;
@@ -35,7 +37,6 @@ import static org.junit.Assert.assertTrue;
/**
* @author Dave Syer
*
*/
public class SampleIntegrationTests {
@@ -128,7 +129,11 @@ public class SampleIntegrationTests {
}
@Test
@Ignore
public void uiSample() throws Exception {
// FIXME Failing on OSX
// To run this one from the command line you need to add target/test-classes to
// CLASSPATH
start("samples/ui.groovy");