Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Invert test broken by rhbz1168447
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Nov 27, 2014
1 parent 46ba666 commit 6a8340d
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -130,7 +130,9 @@ public void idStartsAndEndsWithAlphanumeric() throws Exception {
@Feature(summary = "The system updates the project version counter " +
"when a project version is created",
tcmsTestPlanIds = 5316, tcmsTestCaseIds = 0)
@Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION)
@Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION,
// remove when rhbz1168447 is fixed:
expected = org.openqa.selenium.TimeoutException.class)
public void versionCounterIsUpdated() throws Exception {
String projectName = "version nums";

Expand Down

0 comments on commit 6a8340d

Please sign in to comment.