Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 13:03:43 (11 years ago)
Author:
mkommend
Message:

#2088: Removed useless brackets in the TestMethod attribute and added test categories and properties for SymExpTreeEncoding unit test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.PluginInfraStructure-3.3/InstallationManagerTest.cs

    r9456 r9771  
    8484    ///A test for GetRemotePluginList
    8585    ///</summary>
    86     [TestMethod()]
     86    [TestMethod]
    8787    public void GetRemotePluginListTest() {
    8888      string pluginDir = Environment.CurrentDirectory;
     
    100100    ///A test for GetRemoteProductList
    101101    ///</summary>
    102     [TestMethod()]
     102    [TestMethod]
    103103    public void GetRemoteProductListTest() {
    104104      string pluginDir = Environment.CurrentDirectory;
Note: See TracChangeset for help on using the changeset viewer.