[Spacewalk-devel] [PATCH] Add support for uploaded files in mocked requests, fix CryptoKeyCreateActionTest

2013-09-13 Thread Silvio Moioli
Hi, In our environment we noticed that CryptoKeyCreateActionTest was failing. AFAIU, failure was due to the fact that the mocked request did not have the uploaded file in it, that is, it was not a multipart request. In order to fix that I added some code to support multipart requests in

Re: [Spacewalk-devel] [PATCH] Add support for uploaded files in mocked requests, fix CryptoKeyCreateActionTest

2013-09-13 Thread Grant Gainey
- Original Message - Hi, In our environment we noticed that CryptoKeyCreateActionTest was failing. AFAIU, failure was due to the fact that the mocked request did not have the uploaded file in it, that is, it was not a multipart request. In order to fix that I added some code to