Kaydet (Commit) c626897c authored tarafından Noel Grandin's avatar Noel Grandin

cid#1326662 DLS: Dead local store

Change-Id: Ie9353f469b7e820341c99e4c81dd9898dc336ecc
üst e55d2a31
...@@ -71,7 +71,7 @@ public class _XMimeContentTypeFactory extends MultiMethodTest { ...@@ -71,7 +71,7 @@ public class _XMimeContentTypeFactory extends MultiMethodTest {
} }
try { try {
type = oObj.createMimeContentType("nosuchtype") ; oObj.createMimeContentType("nosuchtype") ;
log.println("!!! No exception was thrown on wrong MIME type !!!") ; log.println("!!! No exception was thrown on wrong MIME type !!!") ;
result = false ; result = false ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment