Changeset 12505 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Tests/HeuristicLab.Problems.VehicleRouting-3.4
- Timestamp:
- 06/25/15 11:26:25 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
/trunk/sources merged: 12442-12443,12445,12455-12458,12461,12463-12465,12470-12476,12478-12482,12485,12488,12490-12494,12496-12497,12504 -
Property
svn:global-ignores
set to
*.nuget
packages
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Tests
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Tests merged: 12482,12488
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Tests/HeuristicLab.Problems.VehicleRouting-3.4/VRPInstancesTest.cs
r12031 r12505 42 42 foreach (var provider in providers) { 43 43 IEnumerable<IDataDescriptor> instances = ((dynamic)provider).GetDataDescriptors(); 44 Assert.IsTrue(instances.Any(), "No instances could be found.");44 Assert.IsTrue(instances.Any(), string.Format("No instances could be found in {0}.", provider.Name)); 45 45 46 46 foreach (var instance in instances) {
Note: See TracChangeset
for help on using the changeset viewer.