Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/26/13 12:54:32 (11 years ago)
Author:
abeham
Message:

#2088: Renamed namespaces (removed _33 and _34 postfixes)

File:
1 edited

Legend:

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

    r9456 r9764  
    2727using Microsoft.VisualStudio.TestTools.UnitTesting;
    2828
    29 namespace HeuristicLab_33.Tests {
     29namespace HeuristicLab.Tests {
    3030
    3131  [TestClass]
     
    4949        try {
    5050          var instance = Activator.CreateInstance(t);
    51         }
    52         catch {
     51        } catch {
    5352          exceptions.Add("Error instantiating " + t.FullName);
    5453        }
Note: See TracChangeset for help on using the changeset viewer.