Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/12 16:41:10 (12 years ago)
Author:
mkommend
Message:

#1863: excluded HL.MathJax from the dependency unit test and corrected some plugin dependencies.

File:
1 edited

Legend:

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

    r7947 r7948  
    8585        foreach (PluginDependencyAttribute attribute in pluginDependencies.Keys) {
    8686          string pluginDependencyName = pluginDependencies[attribute];
     87
     88          if (pluginDependencyName == "HeuristicLab.MathJax") continue; //is never referenced as this plugin contains HTML files
    8789          var referencedPluginAssemblies = pluginAssembly.GetReferencedAssemblies().Where(IsPluginAssemblyName);
    8890          if (referencedPluginAssemblies.Any(a => pluginNames[a.FullName] == pluginDependencyName)) continue;
Note: See TracChangeset for help on using the changeset viewer.