Changeset 14288
- Timestamp:
- 09/17/16 19:01:34 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Problems.Instances.DataAnalysis-3.3/TableFileParserTest.cs
r14284 r14288 890 890 Assert.Fail("expected exception TableFileParser.DataFormatException"); 891 891 } 892 catch ( TableFileParser.DataFormatException) {892 catch (IOException) { 893 893 // ignore the expected exception 894 894 }
Note: See TracChangeset
for help on using the changeset viewer.