File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
src/test/java/org/apache/maven/report/projectinfo Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -498,15 +498,6 @@ under the License.
498498 </plugins >
499499 </pluginManagement >
500500 <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 >
510501 <!-- To use Jetty SSL in tests -->
511502 <plugin >
512503 <groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ public void testReport() throws Exception {
6565
6666 // Test the tables
6767 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 );
6970
7071 assertEquals (webTables [0 ].getColumnCount (), 5 );
7172 assertEquals (
You can’t perform that action at this time.
0 commit comments