Commit 6fba1da8 6fba1da8101de4e1aef1fc1ad14aff86d948bb04 by Christian Gerdes

Merge with master to get bugfix #11

2 parents a23627ef 466256ef
...@@ -73,6 +73,14 @@ ...@@ -73,6 +73,14 @@
73 <param name="guid"></param> 73 <param name="guid"></param>
74 <returns></returns> 74 <returns></returns>
75 </member> 75 </member>
76 <member name="M:WebTest.WebService.Plugin.ResultTab.Connect.SearchProjectItemsForWebTest(EnvDTE.ProjectItems,System.Guid)">
77 <summary>
78 Iterates all project items and sub items for webtests and returns a match if found or null.
79 </summary>
80 <param name="items">The ProjectItem collection</param>
81 <param name="guid">The WebTest GUID to search for</param>
82 <returns></returns>
83 </member>
76 <member name="M:WebTest.WebService.Plugin.ResultTab.Connect.GetActiveWebTest"> 84 <member name="M:WebTest.WebService.Plugin.ResultTab.Connect.GetActiveWebTest">
77 <summary> 85 <summary>
78 Gets the details of currently open Web Test 86 Gets the details of currently open Web Test
......