Bug 57197 - Make TestSignatureInfo proxy friendly
Summary: Make TestSignatureInfo proxy friendly
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.11-dev
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-10 17:01 UTC by Tim Allison
Modified: 2014-11-10 20:40 UTC (History)
0 users



Attachments
Simple patch to add proxy info to TestSignatureInfo (1.81 KB, text/plain)
2014-11-10 17:01 UTC, Tim Allison
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Allison 2014-11-10 17:01:58 UTC
Created attachment 32203 [details]
Simple patch to add proxy info to TestSignatureInfo

A test within TestSignatureInfo requires a call to the network.  By default, JUnit/Ant are not passing all system variables to the child process.  Proxy information is not making it through and the test is failing for those behind a proxy.

The attached patch passes http_proxy information into the SignatureConfig.
Comment 1 Dominik Stadler 2014-11-10 20:39:20 UTC
Added in r1637979
Comment 2 Tim Allison 2014-11-10 20:40:06 UTC
Thank you!