Issue #AR-1_serialization: rename test models file

This commit is contained in:
cankoluman
2014-04-24 16:23:28 +01:00
parent bfb1cc6abc
commit 8c005b2ec9
@@ -5,7 +5,7 @@ using Newtonsoft.Json;
namespace Archetype.Tests.Serialization
{
#region test Models
#region json test Models
[ArchetypeDatatype("urlPicker")]
[JsonConverter(typeof(ArchetypeJsonConverter<UrlPicker>))]