You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@coredevelopers.net> on 2003/08/12 12:14:20 UTC

Re: cvs commit: incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache SimpleInstanceCacheTestCase.java

Can we standardize and use Test as the suffix for test cases instead of  
TestCase please?

--jason


On Tuesday, August 12, 2003, at 04:13  PM, bsnyder@apache.org wrote:

> bsnyder     2003/08/12 02:13:03
>
>   Modified:    modules/core/src/test/org/apache/geronimo/cache
>                         SimpleInstanceCacheTestCase.java
>   Log:
>   Added a @version tag with the Revision and Date CVS keywords.
>
>   Revision  Changes    Path
>   1.2       +4 -1       
> incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache/ 
> SimpleInstanceCacheTestCase.java
>
>   Index: SimpleInstanceCacheTestCase.java
>   ===================================================================
>   RCS file:  
> /home/cvs/incubator-geronimo/modules/core/src/test/org/apache/ 
> geronimo/cache/SimpleInstanceCacheTestCase.java,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- SimpleInstanceCacheTestCase.java	12 Aug 2003 07:54:54 -0000	1.1
>   +++ SimpleInstanceCacheTestCase.java	12 Aug 2003 09:13:03 -0000	1.2
>   @@ -58,6 +58,9 @@
>
>    import junit.framework.TestCase;
>
>   +/**
>   + * @version $Revision$ $Date$
>   + */
>    public class SimpleInstanceCacheTestCase extends TestCase {
>        protected InstanceCache cache;
>        Object key;
>   @@ -206,4 +209,4 @@
>            value = null;
>        }
>
>   -}
>   \ No newline at end of file
>   +}
>
>
>
>


Re: cvs commit: incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache SimpleInstanceCacheTestCase.java

Posted by James Strachan <ja...@yahoo.co.uk>.
Yes - lets follow this convention since we've been following it so far, 
its quite common too. My bad I didn't spot it.

Have fixed it now in CVS and updated the Wiki

http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheJ2EE/CodingStandards


On Tuesday, August 12, 2003, at 11:21  am, Alex Blewitt wrote:

>> Can we standardize and use Test as the suffix for test cases instead 
>> of TestCase please?
>
> If it's listed on the coding conventions page, then it should be 
> followed.
>
> My .02
>
> Alex.
>
>

James
-------
http://radio.weblogs.com/0112098/


Re: cvs commit: incubator-geronimo/modules/core/src/test/org/apache/geronimo/cache SimpleInstanceCacheTestCase.java

Posted by Alex Blewitt <Al...@ioshq.com>.
> Can we standardize and use Test as the suffix for test cases instead 
> of TestCase please?

If it's listed on the coding conventions page, then it should be 
followed.

My .02

Alex.