You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2010/07/23 16:35:53 UTC

[jira] Commented: (WINK-158) Create MultiPart tests

    [ https://issues.apache.org/jira/browse/WINK-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12891621#action_12891621 ] 

Mike Rheinheimer commented on WINK-158:
---------------------------------------

I think this issue is resolved.  Looking at the source in wink-common, I see the following tests have the name "MultiPart" somewhere in them:

./src/test/java/org/apache/wink/common/internal/providers/multipart/TestMultiPartParser.java
./src/test/java/org/apache/wink/common/internal/providers/multipart/TestMultiPartProvider.java
./src/main/java/org/apache/wink/common/internal/providers/multipart/MultiPartParser.java
./src/main/java/org/apache/wink/common/internal/providers/multipart/InMultiPartProvider.java
./src/main/java/org/apache/wink/common/internal/providers/multipart/BufferedInMultiPartProvider.java
./src/main/java/org/apache/wink/common/internal/providers/multipart/OutMultiPartProvider.java
./src/main/java/org/apache/wink/common/model/multipart/BufferedOutMultiPart.java
./src/main/java/org/apache/wink/common/model/multipart/InMultiPart.java
./src/main/java/org/apache/wink/common/model/multipart/BufferedInMultiPart.java
./src/main/java/org/apache/wink/common/model/multipart/OutMultiPart.java

Bryant, are you satisfied that this issue is resolved?  If so, can you mark it resolved?

> Create MultiPart tests
> ----------------------
>
>                 Key: WINK-158
>                 URL: https://issues.apache.org/jira/browse/WINK-158
>             Project: Wink
>          Issue Type: Test
>          Components: Common
>    Affects Versions: 1.0
>            Reporter: Bryant Luk
>
> Add some more integration/unit tests with more examples for multi-part support.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.