dlmarion commented on code in PR #5868:
URL: https://github.com/apache/accumulo/pull/5868#discussion_r2325427105


##########
core/src/test/java/org/apache/accumulo/core/conf/PropertyTest.java:
##########
@@ -71,8 +71,8 @@ public void testProperties() {
           "Description not set for " + prop);
 
       // make sure property description ends with a period
-      assertTrue(prop.getDescription().endsWith("."),
-          "Property: " + prop.getKey() + " description does not end with 
period.");
+      assertTrue(prop.getDescription().trim().endsWith("."), "Property: " + 
prop.getKey()
+          + " description does not end with period. Description = " + 
prop.getDescription());

Review Comment:
   Yes, it fails because of the newline at the end of the last line after the 
period added by the multi-line string feature.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to