Free cookie consent management tool by TermsFeed Policy Generator

Opened 3 years ago

Closed 3 years ago

#3089 closed enhancement (done)

Explicitly fail tests on ReflectionTypeLoadExceptions and BadImageFormatExceptions

Reported by: jkarder Owned by: jkarder
Priority: medium Milestone: HeuristicLab 3.3.17
Component: Tests Version:
Keywords: Cc:

Description

In the following tests, an exception is thrown if the test processor architecture is not set to x64:

  • CheckDuplicateGUIDs
  • CheckPluginDependenciesForReferencedAssemblies
  • CheckReferenceAssembliesForPluginDependencies

They should Assert.Fail() if ReflectionTypeLoadExceptions and BadImageFormatExceptions are thrown and output a hint to check the set processor architecture.

Change History (5)

comment:1 Changed 3 years ago by jkarder

  • Status changed from new to accepted

comment:2 Changed 3 years ago by jkarder

  • Owner changed from jkarder to gkronber
  • Status changed from accepted to reviewing
  • Version set to trunk

r17781: explicitly fail on ReflectionTypeLoadException and BadImageFormatException

comment:3 Changed 3 years ago by gkronber

  • Owner changed from gkronber to jkarder
  • Status changed from reviewing to readytorelease
Version 0, edited 3 years ago by gkronber (next)

comment:4 Changed 3 years ago by gkronber

r17864: merged r17781 from trunk to stable

comment:5 Changed 3 years ago by gkronber

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version trunk deleted
Note: See TracTickets for help on using tickets.