Changed some webtests opening as xml back to default
Change name and description for Zip Before Upload plugin
Showing
2 changed files
with
3 additions
and
6 deletions
| ... | @@ -96,19 +96,16 @@ | ... | @@ -96,19 +96,16 @@ |
| 96 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 96 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 97 | </None> | 97 | </None> |
| 98 | <None Include="WebTest6.webtest"> | 98 | <None Include="WebTest6.webtest"> |
| 99 | <SubType>Designer</SubType> | ||
| 100 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 99 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 101 | </None> | 100 | </None> |
| 102 | <None Include="WebTest5.webtest"> | 101 | <None Include="WebTest5.webtest"> |
| 103 | <SubType>Designer</SubType> | ||
| 104 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 102 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 105 | </None> | 103 | </None> |
| 106 | <None Include="WebTest4.webtest"> | 104 | <None Include="WebTest4.webtest"> |
| 107 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 105 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 108 | <SubType>Designer</SubType> | ||
| 109 | </None> | 106 | </None> |
| 110 | <None Include="WebTest3.webtest"> | 107 | <None Include="WebTest3.webtest"> |
| 111 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | 108 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 112 | </None> | 109 | </None> |
| 113 | <Content Include="Userdata.csv"> | 110 | <Content Include="Userdata.csv"> |
| 114 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | 111 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ... | ... |
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | <Items> | 3 | <Items> |
| 4 | <Request Method="POST" Guid="e57c04e5-b0f0-497a-bb41-3d4f42ea39cd" Version="1.1" Url="http://www.lil.nu/" ThinkTime="0" Timeout="300" ParseDependentRequests="True" FollowRedirects="True" RecordResult="True" Cache="False" ResponseTimeGoal="0" Encoding="utf-8" ExpectedHttpStatusCode="0" ExpectedResponseUrl="" ReportingName="" IgnoreHttpStatusCode="False"> | 4 | <Request Method="POST" Guid="e57c04e5-b0f0-497a-bb41-3d4f42ea39cd" Version="1.1" Url="http://www.lil.nu/" ThinkTime="0" Timeout="300" ParseDependentRequests="True" FollowRedirects="True" RecordResult="True" Cache="False" ResponseTimeGoal="0" Encoding="utf-8" ExpectedHttpStatusCode="0" ExpectedResponseUrl="" ReportingName="" IgnoreHttpStatusCode="False"> |
| 5 | <RequestPlugins> | 5 | <RequestPlugins> |
| 6 | <RequestPlugin Classname="LIL_VSTT_Plugins.ZipFileUploadBeforePost, LIL_VSTT_Plugins, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null" DisplayName="ZipFileUploadBeforePost" Description="" /> | 6 | <RequestPlugin Classname="LIL_VSTT_Plugins.ZipFileUploadBeforePost, LIL_VSTT_Plugins, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null" DisplayName="Zip File Upload" Description="Creates an ZIP archive of each of the files to be uploaded using the files name and adding .zip. Warning, uses %TEMP% for temp storage." /> |
| 7 | </RequestPlugins> | 7 | </RequestPlugins> |
| 8 | <FormPostHttpBody> | 8 | <FormPostHttpBody> |
| 9 | <FileUploadParameter Name="file" FileName="V:\projekt\2017\idag\data\generated-aug14\generated-files\out\large0\0large.xml" ContentType="application/octet-stream" GenerateUniqueName="False" UseGuids="False" FileUploadName="0large.xml" HtmlEncodeFileName="True" /> | 9 | <FileUploadParameter Name="file" FileName="V:\projekt\2017\idag\data\generated-aug14\generated-files\out\large0\0large.xml" ContentType="application/octet-stream" GenerateUniqueName="False" UseGuids="False" FileUploadName="0large.xml" HtmlEncodeFileName="True" /> | ... | ... |
-
Please register or sign in to post a comment