Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/11 13:45:47 (14 years ago)
Author:
mkommend
Message:

Corrected TestAssemblyExtension in PluginLoader (ticket #1351).

File:
1 edited

Legend:

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

    r5151 r5272  
    1111    public const string AssemblyExtension = ".dll";
    1212    public const string TestAccessorAssemblyExtension = "_Accessor.dll";
    13     public const string TestAssemblyExtension = ".test.dll";
     13    public const string TestAssemblyExtension = ".Tests.dll";
    1414    public static List<Assembly> pluginAssemblies;
    1515
Note: See TracChangeset for help on using the changeset viewer.