Changeset 14209
- Timestamp:
- 07/23/16 23:25:08 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/DeepCloneableCloningTest.cs
r14185 r14209 53 53 foreach (var symbolType in ApplicationManager.Manager.GetTypes(typeof(HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbol))) 54 54 excludedTypes.Add(symbolType); 55 // SimpleSymbol is a non-discoverable type and thus needs to be added manually 56 excludedTypes.Add(typeof(HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.SimpleSymbol)); 55 57 foreach (var grammarType in ApplicationManager.Manager.GetTypes(typeof(HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.SymbolicExpressionGrammarBase))) 56 58 excludedTypes.Add(grammarType);
Note: See TracChangeset
for help on using the changeset viewer.