Changeset 5272 for trunk/sources/HeuristicLab
- Timestamp:
- 01/11/11 13:45:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/3.3/Tests/PluginLoader.cs
r5151 r5272 11 11 public const string AssemblyExtension = ".dll"; 12 12 public const string TestAccessorAssemblyExtension = "_Accessor.dll"; 13 public const string TestAssemblyExtension = ". test.dll";13 public const string TestAssemblyExtension = ".Tests.dll"; 14 14 public static List<Assembly> pluginAssemblies; 15 15
Note: See TracChangeset
for help on using the changeset viewer.