[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openejb-cvs
Subject:    [openejb-scm] [2652] branches/v2_1/openejb2/modules/openejb-builder/src/test/org/openejb/corba/secur
From:       djencks () codehaus ! org
Date:       2006-05-10 17:09:41
Message-ID: 20060510170941.16584.qmail () codehaus ! org
[Download RAW message or body]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li { font-family: verdana,arial,helvetica,sans-serif; \
font-size: 10pt;  } #msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: \
bold; } #msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: \
6px; } #msg ul, pre { overflow: auto; }
#patch { width: 100%; }
#patch h4 {font-family: \
verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
 #patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, \
#patch .copfile {border:1px solid #ccc;margin:10px 0;} #patch ins \
{background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del \
{background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, \
                .info {color:#888;background:#fff;}
--></style>
<title>[2652] branches/v2_1/openejb2/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java: \
Missed changed constructor use</title> </head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2652</dd>
<dt>Author</dt> <dd>djencks</dd>
<dt>Date</dt> <dd>2006-05-10 13:09:41 -0400 (Wed, 10 May 2006)</dd>
</dl>

<h3>Log Message</h3>
<pre>Missed changed constructor use</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branchesv2_1openejb2modulesopenejbbuildersrctestorgopenejbcorbasecurityc \
onfigtssTSSConfigEditorTestjava">branches/v2_1/openejb2/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java</a></li>
 </ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branchesv2_1openejb2modulesopenejbbuildersrctestorgopenejbcorbasecurityconfigtssTSSConfigEditorTestjava"></a>
 <div class="modfile"><h4>Modified: \
branches/v2_1/openejb2/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java \
(2651 => 2652)</h4> <pre class="diff">
<span class="info">--- \
branches/v2_1/openejb2/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java	2006-05-09 \
                22:32:59 UTC (rev 2651)
+++ branches/v2_1/openejb2/modules/openejb-builder/src/test/org/openejb/corba/security/config/tss/TSSConfigEditorTest.java	2006-05-10 \
17:09:41 UTC (rev 2652) </span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">         try {
</span><span class="cx">             XmlObject xmlObject = getXmlObject(TEST_XML3);
</span><span class="cx">             TSSConfigEditor editor = new TSSConfigEditor();
</span><del>-            TSSConfig tss = (TSSConfig) editor.getValue(xmlObject, null, \
null); </del><ins>+            editor.getValue(xmlObject, null, null);
</ins><span class="cx">             fail(&quot;Should fail&quot;);
</span><span class="cx">         } catch (DeploymentException e) {
</span><span class="cx">         }
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">         ClassLoader classLoader = \
getClass().getClassLoader(); </span><span class="cx">         ThreadPool threadPool = \
new ThreadPool(10, &quot;foo&quot;, 1000, classLoader, \
&quot;test:type=ThreadPool&quot;); </span><span class="cx">         String \
configAdapter = &quot;org.openejb.corba.sunorb.SunORBConfigAdapter&quot;; \
</span><del>-        CORBABean corbaBean = new CORBABean(configAdapter, classLoader, \
threadPool, null, null); </del><ins>+        CORBABean corbaBean = new \
CORBABean(configAdapter, classLoader, threadPool); </ins><span class="cx">         \
ArrayList args = new ArrayList(); </span><span class="cx">         \
corbaBean.setArgs(args); </span><span class="cx">         Properties properties = new \
Properties(); </span></pre>
</div>
</div>

</body>
</html>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic