Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/17/10 19:01:27 (14 years ago)
Author:
gkronber
Message:

Fixed relevant warnings in the plugin infrastructure (didn't fix warnings about XML comments of members that will be removed soon). #915 (Remove warnings from HL 3.3 solution)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/PluginStoreTest.cs

    r3088 r3092  
    175175          Assert.Fail("persist should fail with ArgumentException");
    176176        }
    177         catch (ArgumentException e) {
     177        catch (ArgumentException) {
    178178          // this is expected
    179179          Assert.IsTrue(true, "expected exception");
     
    328328          Assert.Fail("persist should fail with ArgumentException");
    329329        }
    330         catch (ArgumentException e) {
     330        catch (ArgumentException) {
    331331          // this is expected
    332332          Assert.IsTrue(true, "expected exception");
Note: See TracChangeset for help on using the changeset viewer.