Skip to content

Commit

Permalink
Fix the tests by updating the dateFormat to "UnixTime"
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold authored and naqi committed Apr 7, 2016
1 parent 25cbdf7 commit 16ac7db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="5063" systemVersion="13D28" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="5064" systemVersion="13D33" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic">
<entity name="AbstractRelatedEntity" representedClassName="AbstractRelatedEntity" isAbstract="YES" syncable="YES">
<attribute name="sampleBaseAttribute" optional="YES" attributeType="String" syncable="YES"/>
</entity>
Expand Down Expand Up @@ -97,7 +97,7 @@
<attribute name="stringTestAttribute" optional="YES" attributeType="String" syncable="YES"/>
<attribute name="unixTime13TestAttribute" optional="YES" attributeType="Date" syncable="YES">
<userInfo>
<entry key="dateFormat" value="unixTime13"/>
<entry key="dateFormat" value="UnixTime"/>
</userInfo>
</attribute>
<attribute name="unixTimeTestAttribute" optional="YES" attributeType="Date" syncable="YES"/>
Expand Down

0 comments on commit 16ac7db

Please sign in to comment.