This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 4f7a4c6 Remove debug output.
4f7a4c6 is described below
commit 4f7a4c61a786e321593fd735b18e837df846ae67
Author: JamesBognar <[email protected]>
AuthorDate: Sun Mar 25 11:17:20 2018 -0400
Remove debug output.
---
.../src/test/java/org/apache/juneau/PropertyStoreTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/juneau-core/juneau-core-test/src/test/java/org/apache/juneau/PropertyStoreTest.java
b/juneau-core/juneau-core-test/src/test/java/org/apache/juneau/PropertyStoreTest.java
index c8e6c7d..c04d92d 100644
---
a/juneau-core/juneau-core-test/src/test/java/org/apache/juneau/PropertyStoreTest.java
+++
b/juneau-core/juneau-core-test/src/test/java/org/apache/juneau/PropertyStoreTest.java
@@ -1601,7 +1601,6 @@ public class PropertyStoreTest {
b.addTo("A.foo.sms", "{xxx}");
fail("Exception expected.");
} catch (ConfigException e) {
- System.err.println(e.getMessage());
assertTrue(e.getMessage().startsWith("Cannot add
'{xxx}' (String) to property 'foo.sms' (Map<String,String>) . Invalid input
for Simple parser."));
}
try {
--
To stop receiving notification emails like this one, please contact
[email protected].