Changeset 3092 for trunk/sources/HeuristicLab.Services.Deployment
- Timestamp:
- 03/17/10 19:01:27 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/PluginStoreTest.cs
r3088 r3092 175 175 Assert.Fail("persist should fail with ArgumentException"); 176 176 } 177 catch (ArgumentException e) {177 catch (ArgumentException) { 178 178 // this is expected 179 179 Assert.IsTrue(true, "expected exception"); … … 328 328 Assert.Fail("persist should fail with ArgumentException"); 329 329 } 330 catch (ArgumentException e) {330 catch (ArgumentException) { 331 331 // this is expected 332 332 Assert.IsTrue(true, "expected exception");
Note: See TracChangeset
for help on using the changeset viewer.