Skip to content

Commit

Permalink
[JENKINS-27097] remove legacy (and wrong) timestamp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Mar 9, 2015
1 parent ea22613 commit 6d60597
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/test/java/hudson/plugins/git/GitChangeSetEuroTest.java
Expand Up @@ -63,11 +63,6 @@ public void createEuroChangeSet() {
changeSet = new GitChangeSet(gitChangeLog, useAuthorName);
}

@Test
public void testGetTimestamp() {
assertEquals(useAuthorName ? 1363879004000L : 1364199539000L, changeSet.getTimestamp());
}

@Test
public void testGetCommitId() {
assertEquals(id, changeSet.getCommitId());
Expand Down
5 changes: 0 additions & 5 deletions src/test/java/hudson/plugins/git/GitChangeSetSimpleTest.java
Expand Up @@ -121,11 +121,6 @@ public void testChangeSetDetails() {
}
}

@Test
public void testGetTimestamp() {
assertEquals(useAuthorName ? 1234568000L : 1234566000L, changeSet.getTimestamp());
}

@Test
public void testGetCommitId() {
assertEquals(id, changeSet.getCommitId());
Expand Down

0 comments on commit 6d60597

Please sign in to comment.