Commit 6e5f748 1 parent e6dcb4f commit 6e5f748 Copy full SHA for 6e5f748
File tree 7 files changed +11
-11
lines changed
it-dependency-updates-report-001
it-dependency-updates-report-003
it-dependency-updates-report-004
it-plugin-updates-report-001
it-plugin-updates-report-002
it-plugin-updates-report-003
it-property-updates-report-001
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
.replaceAll( "&[^;]+;", " " )
12
12
.replaceAll( "\\s+", " " );
13
13
14
- if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.1 1.2 2 .0" ) < 0 )
14
+ if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.3 1.3 3 .0" ) < 0 )
15
15
{
16
16
System.out.println( "Did not generate summary correctly" );
17
17
System.out.println( "Result = \"" + result +"\"" );
Original file line number Diff line number Diff line change 11
11
.replaceAll( "&[^;]+;", " " )
12
12
.replaceAll( "\\s+", " " );
13
13
14
- if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.1 1.2 2 .0" ) < 0 )
14
+ if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.3 1.3 3 .0" ) < 0 )
15
15
{
16
16
System.out.println( "Did not pick up updated in dependencies section" );
17
17
System.out.println( "Result = \"" + result +"\"" );
Original file line number Diff line number Diff line change 11
11
.replaceAll( "&[^;]+;", " " )
12
12
.replaceAll( "\\s+", " " );
13
13
14
- if ( !result.contains( "localhost dummy-api 1.1 jar 1.1.0-2 1.1.1 1.2 2 .0" ) )
14
+ if ( !result.contains( "localhost dummy-api 1.1 jar 1.1.0-2 1.1.3 1.3 3 .0" ) )
15
15
{
16
16
System.out.println( "Did not pick up updated in Dependency Management section" );
17
17
System.out.println( "Result = \"" + result +"\"" );
18
18
return false;
19
19
}
20
- if ( !result.contains( "localhost dummy-impl 1.1 jar 1.2 2.0 " ) )
20
+ if ( !result.contains( "localhost dummy-impl 1.1 jar 1.4 2.2 " ) )
21
21
{
22
22
System.out.println( "Did not pick up updated in Dependency Management section" );
23
23
System.out.println( "Result = \"" + result +"\"" );
Original file line number Diff line number Diff line change 19
19
.replaceAll( "&[^;]+;", " " )
20
20
.replaceAll( "\\s+", " " );
21
21
22
- if ( result.indexOf( "localhost dummy-maven-plugin 1.0 2.0 " ) < 0 )
22
+ if ( result.indexOf( "localhost dummy-maven-plugin 1.0 3.1 " ) < 0 )
23
23
{
24
24
System.out.println( "Did not generate dependency summary correctly" );
25
25
System.out.println( "Result = \"" + result +"\"" );
26
26
return false;
27
27
}
28
- if ( result.indexOf( "dummy-api 1.1 jar 1.1.0-2 1.1.1 1.2 2 .0" ) < 0 )
28
+ if ( result.indexOf( "dummy-api 1.1 jar 1.1.0-2 1.1.3 1.3 3 .0" ) < 0 )
29
29
{
30
30
System.out.println( "Did not generate dependency summary correctly" );
31
31
System.out.println( "Result = \"" + result +"\"" );
Original file line number Diff line number Diff line change 19
19
.replaceAll( "&[^;]+;", " " )
20
20
.replaceAll( "\\s+", " " );
21
21
22
- if ( result.indexOf( "localhost dummy-maven-plugin 1.0 2.0 " ) < 0 )
22
+ if ( result.indexOf( "localhost dummy-maven-plugin 1.0 3.1 " ) < 0 )
23
23
{
24
24
System.out.println( "Did not generate summary correctly" );
25
25
System.out.println( "Result = \"" + result +"\"" );
Original file line number Diff line number Diff line change 19
19
.replaceAll( "&[^;]+;", " " )
20
20
.replaceAll( "\\s+", " " );
21
21
22
- if ( result.indexOf( "localhost dummy-maven-plugin 1.0 2.0 " ) < 0 )
22
+ if ( result.indexOf( "localhost dummy-maven-plugin 1.0 3.1 " ) < 0 )
23
23
{
24
24
System.out.println( "Did not generate summary correctly" );
25
25
System.out.println( "Result = \"" + result +"\"" );
Original file line number Diff line number Diff line change 28
28
}
29
29
if ( result.indexOf( "# of properties where the next version available is smaller than an incremental version update 0" ) < 0 )
30
30
{
31
- System.out.println( "Did not generate with subincrermental totals correctly" );
31
+ System.out.println( "Did not generate with subincremental totals correctly" );
32
32
System.out.println( "Result = \"" + result +"\"" );
33
33
return false;
34
34
}
50
50
System.out.println( "Result = \"" + result +"\"" );
51
51
return false;
52
52
}
53
- if ( result.indexOf( "${impl-version} 2.0 2.1 " ) < 0 )
53
+ if ( result.indexOf( "${impl-version} 2.0 2.2 " ) < 0 )
54
54
{
55
55
System.out.println( "Did not generate summary for ${impl-version} correctly" );
56
56
System.out.println( "Result = \"" + result +"\"" );
57
57
return false;
58
58
}
59
- if ( result.indexOf( "${api-version} 1.0 1.0.1 1.1 2 .0" ) < 0 )
59
+ if ( result.indexOf( "${api-version} 1.0 1.0.1 1.3 3 .0" ) < 0 )
60
60
{
61
61
System.out.println( "Did not generate summary for ${api-version} correctly" );
62
62
System.out.println( "Result = \"" + result +"\"" );
You can’t perform that action at this time.
0 commit comments