Changeset 9771 for trunk/sources/HeuristicLab.Tests/HeuristicLab.PluginInfraStructure-3.3/InstallationManagerTest.cs
- Timestamp:
- 07/26/13 13:03:43 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.PluginInfraStructure-3.3/InstallationManagerTest.cs
r9456 r9771 84 84 ///A test for GetRemotePluginList 85 85 ///</summary> 86 [TestMethod ()]86 [TestMethod] 87 87 public void GetRemotePluginListTest() { 88 88 string pluginDir = Environment.CurrentDirectory; … … 100 100 ///A test for GetRemoteProductList 101 101 ///</summary> 102 [TestMethod ()]102 [TestMethod] 103 103 public void GetRemoteProductListTest() { 104 104 string pluginDir = Environment.CurrentDirectory;
Note: See TracChangeset
for help on using the changeset viewer.