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/PluginLoader.cs

    r9456 r9764  
    2727using HeuristicLab.PluginInfrastructure;
    2828
    29 namespace HeuristicLab_33.Tests {
     29namespace HeuristicLab.Tests {
    3030  public static class PluginLoader {
    3131    public const string ExecutableExtension = ".exe";
     
    3939        try {
    4040          Assembly.LoadFrom(path);
    41         }
    42         catch (BadImageFormatException) { }
     41        } catch (BadImageFormatException) { }
    4342      }
    4443      // test relevant path again to exclude previously loaded assemblies
Note: See TracChangeset for help on using the changeset viewer.