Skip to content

Commit

Permalink
Merge pull request #7 from egoughnour/master
Browse files Browse the repository at this point in the history
Enabling merge
  • Loading branch information
egoughnour authored Oct 20, 2017
2 parents e0eec70 + 4c70289 commit 0485a56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import hudson.model.FreeStyleProject;
import hudson.model.Result;
import hudson.slaves.EnvironmentVariablesNodeProperty;
import java.io.File;
import java.io.IOException;
import org.apache.commons.io.FileUtils;
import static org.junit.Assert.assertTrue;
Expand Down Expand Up @@ -115,6 +116,6 @@ public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListen
String s = FileUtils.readFileToString(build.getLogFile());
//assertTrue(s.contains("no file matches the pattern **\\*.Tests.dll"));
//String content = build.getWorkspace().child("AssemblyVersion.cs").readToString();
assertTrue(s.contains("aaa/aaa.Tests.dll"));
assertTrue(s.contains("aaa" + File.separator + "aaa.Tests.dll"));
}
}

0 comments on commit 0485a56

Please # to comment.