Issues Closed: week of 2007-11-23

2007-11-23 Thread dblevins

Struts2 - Friday, November 23, 2007

  2 closed in last 7 days

[WW-2329] Clean up source distribution
  - Type: Bug
  - Assignee: Antonio Petrelli
  - Components: [Build Management]
  - Fix Versions: [2.1.1]
  - http://issues.apache.org/struts/browse/WW-2329

[WW-2112] @ConversionErrorFieldValidator and Collections not working
  - Type: Bug
  - Assignee: Don Brown
  - Components: [Core Interceptors]
  - Fix Versions: [2.0.11]
  - http://issues.apache.org/struts/browse/WW-2112



[CONF] Confluence Changes in the last 24 hours

2007-11-23 Thread confluence
-
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-

Apache CXF 2.0 Documentation (CXF20DOC) 
http://cwiki.apache.org/confluence/display/CXF20DOC
|
|-Pages Added or Edited in This Space
 |-- Configuration was last edited by mazzag (08:40 PM).
 |   http://cwiki.apache.org/confluence/display/CXF20DOC/Configuration

Apache Qpid (qpid) http://cwiki.apache.org/confluence/display/qpid
|
|-Pages Added or Edited in This Space
 |-- Interop Testing Specification was last edited by rupertlssmith (08:01 AM).
 |   
http://cwiki.apache.org/confluence/display/qpid/Interop+Testing+Specification

Apache ActiveMQ (ACTIVEMQ) http://cwiki.apache.org/confluence/display/ACTIVEMQ
|
|-Pages Added or Edited in This Space
 |-- Cross Language Clients was last edited by [EMAIL PROTECTED] (09:31 PM).
 |   http://cwiki.apache.org/confluence/display/ACTIVEMQ/Cross+Language+Clients

Apache Struts 2 Documentation (WW) http://cwiki.apache.org/confluence/display/WW
|
|-Pages Added or Edited in This Space
 |-- Home was last edited by husted (01:04 AM).
 |   http://cwiki.apache.org/confluence/display/WW/Home

UIMA (UIMA) http://cwiki.apache.org/confluence/display/UIMA
|
|-Pages Added or Edited in This Space
 |-- TestPlan2.2.1 was last edited by mbaessler (02:18 AM).
 |   http://cwiki.apache.org/confluence/display/UIMA/TestPlan2.2.1

Apache Struts 2 Wiki (S2WIKI) http://cwiki.apache.org/confluence/display/S2WIKI
|
|-Pages Added or Edited in This Space
 |-- Troubleshooting guide migrating from Struts 2.0.x to 2.1.x was created by 
bravegag (04:50 AM).
 |   
http://cwiki.apache.org/confluence/display/S2WIKI/Troubleshooting+guide+migrating+from+Struts+2.0.x+to+2.1.x
 |-- Home was last edited by bravegag (08:51 AM).
 |   http://cwiki.apache.org/confluence/display/S2WIKI/Home
 |-- Struts 2 Portlet Tutorial was created by nilsga (02:41 AM).
 |   http://cwiki.apache.org/confluence/display/S2WIKI/Struts+2+Portlet+Tutorial

Apache Directory Project Management (DIRxPMGT) 
http://cwiki.apache.org/confluence/display/DIRxPMGT
|
|-Pages Added or Edited in This Space
 |-- 2.0 Roadmap was last edited by elecharny (01:45 AM).
 |   http://cwiki.apache.org/confluence/display/DIRxPMGT/2.0+Roadmap

Apache Wicket (WICKET) http://cwiki.apache.org/confluence/display/WICKET
|
|-Pages Added or Edited in This Space
 |-- Community meetups was last edited by [EMAIL PROTECTED] (11:30 AM).
 |   http://cwiki.apache.org/confluence/display/WICKET/Community+meetups
 |-- Markup inheritance was last edited by gervais.b (07:44 AM).
 |   http://cwiki.apache.org/confluence/display/WICKET/Markup+inheritance


-
CONFLUENCE INFORMATION
This message is automatically generated by Confluence

Unsubscribe or edit your notifications preferences
   http://cwiki.apache.org/confluence/users/viewnotifications.action

If you think it was sent incorrectly contact one of the administrators
   http://cwiki.apache.org/confluence/administrators.action

If you want more information on Confluence, or have a bug to report see
   http://www.atlassian.com/software/confluence




unsubscribe

2007-11-23 Thread Kito D. Mann
unsubscribe



[OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 274 was SUCCESSFUL (with 753 tests). Change made by Nils-Helge Garli Hegvik

2007-11-23 Thread Atlassian Open Source Bamboo Integration Server
The project Struts 2 SVN - Main Build (Java 6) has the following 1 change by 1 
author:

*Nils-Helge Garli Hegvik* made the following changes at 

Comment:
WW-2335 Using the computed value for content length instead of the hardcoded 
value, as it is done in the other test methods.

> /struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java
>  (597674)



---

All 753 tests passed.

Click http://opensource.bamboo.atlassian.com/browse/STRUTS-MAINJ6-274 to find 
out more.

Thanks,

Bamboo


svn commit: r597674 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java

2007-11-23 Thread nilsga
Author: nilsga
Date: Fri Nov 23 06:41:32 2007
New Revision: 597674

URL: http://svn.apache.org/viewvc?rev=597674&view=rev
Log:
WW-2335 Using the computed value for content length instead of the hardcoded 
value, as it is done in the other test methods.

Modified:

struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java

Modified: 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java?rev=597674&r1=597673&r2=597674&view=diff
==
--- 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java
 (original)
+++ 
struts/struts2/trunk/core/src/test/java/org/apache/struts2/dispatcher/StreamResultTest.java
 Fri Nov 23 06:41:32 2007
@@ -81,14 +81,14 @@
 
 result.doExecute("helloworld", mai);
 
-assertEquals("1185", result.getContentLength());
+assertEquals(String.valueOf(contentLength), result.getContentLength());
 assertEquals("text/plain", result.getContentType());
 assertEquals("streamForImage", result.getInputName());
 assertEquals(1024, result.getBufferSize()); // 1024 is default
 assertEquals("inline", result.getContentDisposition());
 
 assertEquals("text/plain", response.getContentType());
-assertEquals(1185, response.getContentLength());
+assertEquals(contentLength, response.getContentLength());
 assertEquals("inline", response.getHeader("Content-disposition"));
 }