File tree 2 files changed +2
-10
lines changed
src/test/java/org/apache/maven/report/projectinfo
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -498,15 +498,6 @@ under the License.
498
498
</plugins >
499
499
</pluginManagement >
500
500
<plugins >
501
- <plugin >
502
- <artifactId >maven-surefire-plugin</artifactId >
503
- <configuration >
504
- <excludes >
505
- <exclude >**/DependenciesReportTest*</exclude >
506
- <!-- FIXME: missing Maven 3 class or conflict -->
507
- </excludes >
508
- </configuration >
509
- </plugin >
510
501
<!-- To use Jetty SSL in tests -->
511
502
<plugin >
512
503
<groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ public void testReport() throws Exception {
65
65
66
66
// Test the tables
67
67
WebTable [] webTables = response .getTables ();
68
- assertEquals (webTables .length , 1 );
68
+ // One table with listing and one table per artifact popup
69
+ assertEquals (webTables .length , 3 );
69
70
70
71
assertEquals (webTables [0 ].getColumnCount (), 5 );
71
72
assertEquals (
You can’t perform that action at this time.
0 commit comments