mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
refactoring: added IField
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@703 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
b574f82685
commit
0dffa6054b
15 changed files with 209 additions and 191 deletions
|
@ -87,8 +87,8 @@ namespace Greenshot.Test.Drawing.Properties
|
|||
|
||||
ObfuscateContainer clone = (ObfuscateContainer)Objects.DeepClone(oc);
|
||||
Assert.AreEqual(oc.Children.GetType(), clone.Children.GetType());
|
||||
System.Collections.Generic.List<Field> ocFields = oc.GetFields();
|
||||
System.Collections.Generic.List<Field> cloneFields = clone.GetFields();
|
||||
System.Collections.Generic.List<IField> ocFields = oc.GetFields();
|
||||
System.Collections.Generic.List<IField> cloneFields = clone.GetFields();
|
||||
Assert.AreEqual(ocFields, cloneFields);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue