Opened 4 years ago
Closed 4 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 4 years ago by jkarder
- Status changed from new to accepted
comment:2 Changed 4 years ago by jkarder
- Owner changed from jkarder to gkronber
- Status changed from accepted to reviewing
- Version set to trunk
comment:3 Changed 4 years ago by gkronber
- Owner changed from gkronber to jkarder
- Status changed from reviewing to readytorelease
Reviewed r17781
comment:4 Changed 4 years ago by gkronber
comment:5 Changed 4 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.
r17781: explicitly fail on ReflectionTypeLoadException and BadImageFormatException