- Timestamp:
- 03/05/12 16:30:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/UnitTests/ElloumiCTAPInstanceProviderTest.cs
r7538 r7548 34 34 StringBuilder erroneousInstances = new StringBuilder(); 35 35 int count = 0; 36 foreach (var id in target.Get InstanceDescriptors()) {36 foreach (var id in target.GetDataDescriptors()) { 37 37 try { 38 target.Load Instance(id);38 target.LoadData(id); 39 39 } catch (Exception ex) { 40 40 erroneousInstances.AppendLine(id.Name + ": " + ex.Message);
Note: See TracChangeset
for help on using the changeset viewer.