Changeset 11784
- Timestamp:
- 01/16/15 10:32:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/DeepCloneableCloningTest.cs
r11782 r11784 135 135 } else { 136 136 Array array = o as Array; 137 if (array != null && array.Length == 0) continue; //arrays of length 0 are used inside empty collections s137 if (array != null && array.Length == 0) continue; //arrays of length 0 are used inside empty collections 138 138 if (!headerWritten) { 139 139 TestContext.WriteLine(Environment.NewLine + item.GetType().FullName + ":");
Note: See TracChangeset
for help on using the changeset viewer.