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:
hanna 2010-11-02 19:03:12 +00:00
parent 39c2247150
commit 1df166b76e
1 changed files with 2 additions and 0 deletions

View File

@ -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