Skip to content

Commit

Permalink
JENKINS-28640: Quotation marks - enabled tests:
Browse files Browse the repository at this point in the history
Not all tests have automatically been executed before.

Fixing the filenames to include all tests.
  • Loading branch information
Bue Petersen committed Jul 7, 2015
1 parent a48f690 commit 3495706
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -25,7 +25,7 @@
* *
* @author bue * @author bue
*/ */
public class CommitMessagesWithSpecialChars extends StaticGitRepositoryTestBase { public class CommitMessagesWithSpecialCharsIT extends StaticGitRepositoryTestBase {


/** /**
* Tests commit message with double quotes in commit message can be * Tests commit message with double quotes in commit message can be
Expand Down
Expand Up @@ -47,7 +47,7 @@
* ago) <Praqma Support> * ago) <Praqma Support>
* *
*/ */
public class CustomIntegrationBranch extends StaticGitRepositoryTestBase { public class CustomIntegrationBranchIT extends StaticGitRepositoryTestBase {




/** /**
Expand Down
Expand Up @@ -45,7 +45,7 @@
* We do not allow this configuration, even though it could be valid, just to * We do not allow this configuration, even though it could be valid, just to
* protect most people from doing wrong configuration. * protect most people from doing wrong configuration.
*/ */
public class DoNotAllowMasterBranchAsReadyBranch { public class DoNotAllowMasterBranchAsReadyBranchIT {
@Rule @Rule
public JenkinsRule jenkinsRule = new JenkinsRule(); public JenkinsRule jenkinsRule = new JenkinsRule();


Expand Down
Expand Up @@ -29,7 +29,7 @@
* ago) <Praqma Support> * ago) <Praqma Support>
* *
*/ */
public class UseAuthorOfLastCommit extends StaticGitRepositoryTestBase { public class UseAuthorOfLastCommitIT extends StaticGitRepositoryTestBase {


/** /**
* Tests that we use the author of the last commit when integrating - using * Tests that we use the author of the last commit when integrating - using
Expand Down

0 comments on commit 3495706

Please sign in to comment.