Skip to content

Commit

Permalink
Fix size on the test for the erdMH1chlamday row (changed by a couple …
Browse files Browse the repository at this point in the history
…bytes)
  • Loading branch information
ChrisJohnNOAA committed Nov 8, 2024
1 parent 847102d commit 14f7c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/jetty/JettyTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -2443,7 +2443,7 @@ void testMetadataIso19115() throws Exception {
expected =
"<tr><td><img class=\"B\" src=\"http://localhost:"
+ PORT
+ "/erddap/images/fileIcons/xml.gif\" alt=\"[XML]\"></td><td><a rel=\"bookmark\" href=\"erdMH1chlamday&#x5f;iso19115&#x2e;xml\">erdMH1chlamday&#x5f;iso19115&#x2e;xml</a></td><td class=\"R\">DD-MMM-YYYY HH:mm</td><td class=\"R\">53721</td><td>Chlorophyll-a, Aqua MODIS, NPP, L3SMI, Global, 4km, Science Quality, 2003-present (Monthly Composite)</td></tr>";
+ "/erddap/images/fileIcons/xml.gif\" alt=\"[XML]\"></td><td><a rel=\"bookmark\" href=\"erdMH1chlamday&#x5f;iso19115&#x2e;xml\">erdMH1chlamday&#x5f;iso19115&#x2e;xml</a></td><td class=\"R\">DD-MMM-YYYY HH:mm</td><td class=\"R\">53723</td><td>Chlorophyll-a, Aqua MODIS, NPP, L3SMI, Global, 4km, Science Quality, 2003-present (Monthly Composite)</td></tr>";
results = results.replaceAll("..-...-.... ..:..", "DD-MMM-YYYY HH:mm");
Test.ensureTrue(results.indexOf(expected) > 0, "No erdMH1chlamday found, results=" + results);
}
Expand Down

0 comments on commit 14f7c19

Please sign in to comment.