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

Commit

Permalink
Rename security test, enable resetPasswordSuccessful
Browse files Browse the repository at this point in the history
'Full' is misleading.
Remove the ignore from resetPasswordSuccessful, as Huang's
earlier commit has fixed the database cleanup.
  • Loading branch information
djansen-redhat committed Jul 2, 2014
1 parent 8a853f8 commit 783870a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -44,7 +44,7 @@
* href="mailto:djansen@redhat.com">djansen@redhat.com</a>
*/
@Category(DetailedTest.class)
public class SecurityFullTest extends ZanataTestCase {
public class SecurityTest extends ZanataTestCase {

@Rule
public HasEmailRule hasEmailRule = new HasEmailRule();
Expand Down Expand Up @@ -83,7 +83,6 @@ public void signInFailure() {
@Feature(summary = "The user may reset their password via email",
tcmsTestPlanIds = 5316, tcmsTestCaseIds = 0)
@Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION)
@Ignore("Rhbz-1114421")
public void resetPasswordSuccessful() {
ResetPasswordPage resetPasswordPage = new BasicWorkFlow()
.goToHome()
Expand Down
Expand Up @@ -37,7 +37,7 @@
import org.zanata.feature.project.*;
import org.zanata.feature.projectversion.*;
import org.zanata.feature.search.ProjectSearchTest;
import org.zanata.feature.security.SecurityFullTest;
import org.zanata.feature.security.SecurityTest;
import org.zanata.feature.versionGroup.*;

/**
Expand Down Expand Up @@ -166,7 +166,7 @@
* Security
* Login/logout and access rights
*/
SecurityFullTest.class,
SecurityTest.class,

/*
* Version Groups
Expand Down

0 comments on commit 783870a

Please sign in to comment.