You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jm...@apache.org on 2004/02/05 03:54:22 UTC

cvs commit: jakarta-commons-sandbox/resources/src/test/org/apache/commons/resources/impl BasicMessageListTestCase.java

jmitchell    2004/02/04 18:54:22

  Modified:    resources/src/test/org/apache/commons/resources/impl
                        BasicMessageListTestCase.java
  Log:
  Unless I'm mistaken, these were scoped incorrectly.
  
  Revision  Changes    Path
  1.6       +7 -7      jakarta-commons-sandbox/resources/src/test/org/apache/commons/resources/impl/BasicMessageListTestCase.java
  
  Index: BasicMessageListTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/test/org/apache/commons/resources/impl/BasicMessageListTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BasicMessageListTestCase.java	13 Oct 2003 08:21:17 -0000	1.5
  +++ BasicMessageListTestCase.java	5 Feb 2004 02:54:22 -0000	1.6
  @@ -180,9 +180,9 @@
   	 * Tests adding an MessageList object to an MessageList object.
   	 */
   	public void testAddMessages() {
  -		Message msg1 = new BasicMessage("key");
  -		Message msg2 = new BasicMessage("key2");
  -		Message msg3 = new BasicMessage("key3");
  +		msg1 = new BasicMessage("key");
  +		msg2 = new BasicMessage("key2");
  +		msg3 = new BasicMessage("key3");
   		MessageList msgs = new BasicMessageList();
   		MessageList add = new BasicMessageList();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org