Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/11 17:33:56 (12 years ago)
Author:
mkommend
Message:

#1689: Corrected ApplicationManagers by introducing a new parameter in the GetTypes method.

File:
1 edited

Legend:

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

    r6866 r7111  
    5959    public void ContentViewAttributeTest() {
    6060      //get all non-generic and instantiable classes which implement IContentView
    61       foreach (Type viewType in ApplicationManager.Manager.GetTypes(typeof(IContentView), true).Where(t => !t.ContainsGenericParameters)) {
     61      foreach (Type viewType in ApplicationManager.Manager.GetTypes(typeof(IContentView))) {
    6262        //get all ContentAttributes on the instantiable view
    6363        foreach (ContentAttribute attribute in viewType.GetCustomAttributes(typeof(ContentAttribute), false).Cast<ContentAttribute>()) {
Note: See TracChangeset for help on using the changeset viewer.