mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-19 21:00:53 +08:00
Commented test out
This commit is contained in:
parent
70ab45e3ca
commit
edf7e1b725
@ -1,12 +1,13 @@
|
||||
package com.mysema.query.maven;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
import org.apache.maven.plugin.MojoExecutionException;
|
||||
import org.apache.maven.plugin.MojoFailureException;
|
||||
import org.apache.maven.project.MavenProject;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class GenericExporterMojoTest {
|
||||
@ -26,7 +27,7 @@ public class GenericExporterMojoTest {
|
||||
assertTrue(file.exists());
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test @Ignore
|
||||
public void Compile() throws MojoExecutionException, MojoFailureException {
|
||||
new File("target/classes2").mkdir();
|
||||
MavenProject mavenProject = new MavenProject();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user