[CVS nanning] Removed old crappy 'etc'-package (you can do that with recursive test-runner in IDEA instead).

Jon Tirsen <[email protected]> Sat, 7 Feb 2004 12:20:04 -0600
Newsgroups gmane.comp.java.nanning.devel
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>nanning</tt></b> on <span id="info">MAIN</span></td></tr>
<tr><td><tt><a href="#file1">nanning.iml</a></tt></td><td align="right" id="added">+1</td><td align="right" id="removed">-1</td><td nowrap="nowrap" align="center">1.1 -&gt; 1.2</td></tr>
<tr class="alt"><td><tt>src/etc/org/codehaus/nanning/<a href="#file2"><span id="removed">AcceptanceTestSuite.java</span></a></tt></td><td></td><td align="right" id="removed">-43</td><td nowrap="nowrap">1.1 removed</td></tr>
<tr><td><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/<a href="#file3"><span id="removed">AllTestSuite.java</span></a></tt></td><td></td><td align="right" id="removed">-30</td><td nowrap="nowrap">1.1 removed</td></tr>
<tr class="alt"><td><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/<a href="#file4"><span id="removed">UnitTestSuite.java</span></a></tt></td><td></td><td align="right" id="removed">-76</td><td nowrap="nowrap">1.2 removed</td></tr>
<tr><td></td><td align="right" id="added">+1</td><td align="right" id="removed">-150</td><td></td></tr>
</table>
<small id="info">3 removed + 1 modified, total 4 files</small><br />
<pre class="comment">
Removed old crappy 'etc'-package (you can do that with recursive test-runner in IDEA instead).
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">nanning<br /></span>
<div class="fileheader"><big><b>nanning.iml</b></big> <small id="info">1.1 -&gt; 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- nanning.iml	7 Feb 2004 15:04:43 -0000	1.1
+++ nanning.iml	7 Feb 2004 18:20:03 -0000	1.2
@@ -12,9 +12,9 @@
</small></pre><pre class="diff" id="context">     &lt;orderEntry type="inheritedJdk" /&gt;
     &lt;orderEntry type="sourceFolder" forTests="false" /&gt;
     &lt;orderEntry type="library" name="junit-3.8.1" level="application" /&gt;
</pre><pre class="diff" id="added">+    &lt;orderEntry type="library" name="oro-2.0.7" level="application" /&gt;
</pre><pre class="diff" id="context">     &lt;orderEntry type="library" name="qdox-1.2" level="application" /&gt;
     &lt;orderEntry type="library" name="ant-1.5.3-1" level="application" /&gt;
</pre><pre class="diff" id="removed">-    &lt;orderEntry type="library" name="oro-2.0.7" level="application" /&gt;
</pre><pre class="diff" id="context">   &lt;/component&gt;
 &lt;/module&gt;
 
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname" id="removed">nanning/src/etc/org/codehaus/nanning<br /></span>
<div class="fileheader" id="removed"><big><b>AcceptanceTestSuite.java</b></big> <small id="info">removed after 1.1</small></div>
<pre class="diff"><small id="info">diff -N AcceptanceTestSuite.java
--- AcceptanceTestSuite.java	4 Jul 2003 10:53:56 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,43 +0,0 @@
</small></pre><pre class="diff" id="removed">-/*
- * Nanning Aspects
- *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.codehaus.nanning;
-
-import org.codehaus.nanning.prevayler.PrevaylerTest;
-import org.codehaus.nanning.xml.XMLTest;
-import org.codehaus.nanning.attribute.AttributesTest;
-import org.codehaus.nanning.remote.RemoteCallServerTest;
-import org.codehaus.nanning.trace.TraceInterceptorTest;
-import org.codehaus.nanning.contract.ContractInterceptorTest;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-
-/**
- * TODO document UnitTestSuite
- *
- * &lt;!-- $Id: AcceptanceTestSuite.java,v 1.1 2003/07/04 10:53:56 lecando Exp $ --&gt;
- *
- * @author $Author: lecando $
- * @version $Revision: 1.1 $
- */
-public class AcceptanceTestSuite {
-    ///CLOVER:OFF
-    public static Test suite() {
-        TestSuite suite = new TestSuite();
-        suite.addTestSuite(PrevaylerTest.class);
-        suite.addTestSuite(TraceInterceptorTest.class);
-        suite.addTestSuite(RemoteCallServerTest.class);
-        suite.addTestSuite(ContractInterceptorTest.class);
-        suite.addTestSuite(XMLTest.class);
-        suite.addTestSuite(AttributesTest.class);
-
-        suite.addTestSuite(org.codehaus.nanning.locking.AcceptanceTest.class);
-
-        return suite;
-    }
-    ///CLOVER:ON
-}
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname" id="removed">nanning/src/etc/org/codehaus/nanning<br /></span>
<div class="fileheader" id="removed"><big><b>AllTestSuite.java</b></big> <small id="info">removed after 1.1</small></div>
<pre class="diff"><small id="info">diff -N AllTestSuite.java
--- AllTestSuite.java	4 Jul 2003 10:53:56 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
</small></pre><pre class="diff" id="removed">-/*
- * Nanning Aspects
- *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.codehaus.nanning;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-
-/**
- * TODO document AllTestSuite
- *
- * &lt;!-- $Id: AllTestSuite.java,v 1.1 2003/07/04 10:53:56 lecando Exp $ --&gt;
- *
- * @author $Author: lecando $
- * @version $Revision: 1.1 $
- */
-public class AllTestSuite {
-    ///CLOVER:OFF
-    public static Test suite() {
-        TestSuite suite = new TestSuite();
-        suite.addTest(AcceptanceTestSuite.suite());
-        suite.addTest(UnitTestSuite.suite());
-        return suite;
-    }
-    ///CLOVER:ON
-}
</pre></div>
<hr /><a name="file4" /><div class="file">
<span class="pathname" id="removed">nanning/src/etc/org/codehaus/nanning<br /></span>
<div class="fileheader" id="removed"><big><b>UnitTestSuite.java</b></big> <small id="info">removed after 1.2</small></div>
<pre class="diff"><small id="info">diff -N UnitTestSuite.java
--- UnitTestSuite.java	9 Sep 2003 11:10:26 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,76 +0,0 @@
</small></pre><pre class="diff" id="removed">-/*
- * Nanning Aspects
- *
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
- */
-package org.codehaus.nanning;
-
-import org.codehaus.nanning.attribute.AttributesBuilderTest;
-import org.codehaus.nanning.attribute.AttributesXMLParserTest;
-import org.codehaus.nanning.attribute.ClassPropertiesHelperTest;
-import org.codehaus.nanning.config.AspectSystemTest;
-import org.codehaus.nanning.config.InterceptorAspectTest;
-import org.codehaus.nanning.config.PointcutTest;
-import org.codehaus.nanning.cache.CacheInterceptorTest;
-import org.codehaus.nanning.cache.CacheTest;
-import org.codehaus.nanning.prevayler.ObjectGraphVisitorTest;
-import org.codehaus.nanning.xml.AspectSystemParserTest;
-import org.codehaus.nanning.locking.PessimisticLockingAspectTest;
-import org.codehaus.nanning.definition.*;
-import org.codehaus.nanning.profiler.ProfilerTest;
-import org.codehaus.nanning.remote.RemoteTest;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-
-/**
- * TODO document UnitTestSuite
- *
- * &lt;!-- $Id: UnitTestSuite.java,v 1.2 2003/09/09 11:10:26 lecando Exp $ --&gt;
- *
- * @author $Author: lecando $
- * @version $Revision: 1.2 $
- */
-public class UnitTestSuite {
-    ///CLOVER:OFF
-    public static Test suite() {
-        TestSuite suite = new TestSuite();
-
-        suite.addTestSuite(ClassPropertiesHelperTest.class);
-        suite.addTestSuite(AttributesBuilderTest.class);
-        suite.addTestSuite(AttributesXMLParserTest.class);
-
-        suite.addTestSuite(AspectInstanceTest.class);
-        suite.addTestSuite(ObjectGraphVisitorTest.class);
-        suite.addTestSuite(SerializationTest.class);
-        suite.addTestSuite(AspectClassTest.class);
-        suite.addTestSuite(ConstructionInterceptorTest.class);
-        suite.addTestSuite(InheritanceTest.class);
-        suite.addTestSuite(InterceptorTest.class);
-        suite.addTestSuite(SerializationTest.class);
-        suite.addTestSuite(AttributeFilterTest.class);
-        suite.addTestSuite(AspectRepositoryTest.class);
-        suite.addTestSuite(AspectsTest.class);
-        suite.addTestSuite(AttributeFilterTest.class);
-        suite.addTestSuite(MethodFilterTest.class);
-
-        suite.addTestSuite(ProfilerTest.class);
-
-        suite.addTestSuite(CacheTest.class);
-        suite.addTestSuite(CacheInterceptorTest.class);
-
-        suite.addTestSuite(RemoteTest.class);
-
-        suite.addTestSuite(AspectSystemTest.class);
-        suite.addTestSuite(PointcutTest.class);
-        suite.addTestSuite(InterceptorAspectTest.class);
-
-        suite.addTestSuite(AspectSystemParserTest.class);
-
-        suite.addTestSuite(PessimisticLockingAspectTest.class);
-        
-        return suite;
-    }
-    ///CLOVER:ON
-}
</pre></div>
</body></html>