Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 416089 - [server] Convert RemoteMetaStoreTests to use HTTPUnit to avoid adding Apache HTTP client dependency
Summary: [server] Convert RemoteMetaStoreTests to use HTTPUnit to avoid adding Apache ...
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Server (show other bugs)
Version: 4.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.0 M2   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 412995
  Show dependency tree
 
Reported: 2013-08-28 15:25 EDT by Anthony Hunter CLA
Modified: 2013-08-28 15:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Hunter CLA 2013-08-28 15:25:39 EDT
I created some tests when I started on the project. I was more familiar with testing with Apache HTTP client so started using it, rather than trying to figure out everything at once.

I was working in a branch where this did not matter but then delivered these changes to master. This introduced a new dependency to Apache HTTP client.

There is no reason to use Apache HTTP client when we are already using HTTPUnit.

RemoteMetaStoreTests need to use HTTPUnit.