Skip to content

Commit

Permalink
Fix uneven-streams duration
Browse files Browse the repository at this point in the history
Was fine in the Javadoc, forgot to update the code equivalent -.-

Version 1.7.2

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
  • Loading branch information
Alexandre Montplaisir committed Jul 7, 2017
1 parent afa5081 commit 88006e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ctf/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.tracecompass.testtraces</groupId>
<artifactId>tracecompass-test-traces-parent</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
</parent>

<artifactId>tracecompass-test-traces-ctf</artifactId>
Expand Down
Expand Up @@ -382,7 +382,7 @@ public enum CtfTestTrace {
* Trace length: ~6 s
* </pre>
*/
UNEVEN_STREAMS("/uneven-streams", 534619, 16);
UNEVEN_STREAMS("/uneven-streams", 534619, 6);


private final String fTraceName;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@

<groupId>org.eclipse.tracecompass.testtraces</groupId>
<artifactId>tracecompass-test-traces-parent</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion update-site/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.tracecompass.testtraces</groupId>
<artifactId>tracecompass-test-traces-parent</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
</parent>

<artifactId>tracecompass-test-traces-update-site</artifactId>
Expand Down

0 comments on commit 88006e6

Please sign in to comment.