[CVS spice] wqork in progress

paul-yCVjj/[email protected] 27 Jul 2005 04:52:35 -0000
Newsgroups gmane.comp.java.spice.cvs
Message-ID <[email protected]>
<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="4">Commit in <b><tt>spice/components/jervlet/src/test/org/codehaus/spice/jervlet/containers/jetty/nano</tt></b><span id="info"> on MAIN</span></td></tr>
<tr><td><tt><a href="#file1"><span id="removed">ThinkingOutLoudNanoJervletTestCase.groovy</span></a></tt></td><td></td><td align="right" id="removed">-38</td><td nowrap="nowrap">1.1 removed</td></tr>
</table>
<pre class="comment">
wqork in progress
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="removed">spice/components/jervlet/src/test/org/codehaus/spice/jervlet/containers/jetty/nano<br /></span>
<div class="fileheader" id="removed"><big><b>ThinkingOutLoudNanoJervletTestCase.groovy</b></big> <small id="info">removed after 1.1</small></div>
<pre class="diff"><small id="info">diff -N ThinkingOutLoudNanoJervletTestCase.groovy
--- ThinkingOutLoudNanoJervletTestCase.groovy	25 Jul 2005 11:42:29 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,38 +0,0 @@
</small></pre><pre class="diff" id="removed">-package org.nanocontainer.script.groovy
-
-import org.picocontainer.defaults.ComponentParameter
-import org.picocontainer.defaults.UnsatisfiableDependenciesException
-
-import org.nanocontainer.script.groovy.NanoContainerBuilder
-import org.nanocontainer.testmodel.DefaultWebServerConfig
-import org.nanocontainer.testmodel.WebServer
-import org.nanocontainer.testmodel.WebServerConfig
-import org.nanocontainer.testmodel.WebServerConfigBean
-import org.nanocontainer.testmodel.WebServerImpl
-import java.io.File
-
-class ThinkingOutLoudNanoJervletTestCase extends GroovyTestCase {
-
-
-
-    void testSomething() {
-
-        pc = new DefaultPicoContainer()
-        pc.reg(ADependency.class)
-
-        builder = new NanoJervletBuilder()
-
-        webServer = builder.picoEnabledWebServer(pico:pc, host:"foo.com", port:8080) {
-            webApp(warPath:"foo/bar")
-            webApp {
-              servlet(context:"/foo", class:"foo.bar.AServlet")
-            }
-        }
-
-        webServer.start()
-
-        assertEquals("?","?")
-    }
-
-
-}
</pre><pre class="diff"><small id="info">\ No newline at end of file
</small></pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.8</small></center>
</body></html>