Forcing a unit test fail to ensure that Bamboo is picking up on failed tests
as well as successes. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4616 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
39c2247150
commit
1df166b76e
|
|
@ -41,6 +41,8 @@ public class GenomeLocParserUnitTest extends BaseTest {
|
|||
|
||||
@Test
|
||||
public void testKnownContigOrder() {
|
||||
if(true)
|
||||
throw new ReviewedStingException("Forced fail to test Bamboo pipeline");
|
||||
SAMFileHeader header = ArtificialSAMUtils.createArtificialSamHeader(1, 1, 10);
|
||||
GenomeLocParser.contigInfo = null;
|
||||
// assert that it's false when the contig ordering is not setup
|
||||
|
|
|
|||
Loading…
Reference in New Issue