Skip to content

Commit

Permalink
Made tests more compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
msoechting committed Jul 28, 2016
1 parent 952def0 commit ca9d6d7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ print
headerAsString

| headerFields |
headerFields := self header keys.
headerFields := self header keys sorted.
^ (headerFields collect: [:headerField |
headerField, ': ', (self header at: headerField)]) joinSeparatedBy: String cr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"from:" : "AR 6/13/2016 17:24",
"header" : "js 6/14/2016 10:39",
"header:" : "js 6/14/2016 10:39",
"headerAsString" : "AR 7/28/2016 14:04",
"headerAsString" : "ms 7/28/2016 15:12",
"initialize" : "AR 6/10/2016 11:10",
"messageID" : "ms 7/10/2016 13:59",
"messageID:" : "ms 7/10/2016 13:59",
Expand Down
2 changes: 1 addition & 1 deletion packages/IMAPClient-Core.package/monticello.meta/version

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
constants
expectedMinimalHeaderAsString

^ 'from: sender', String cr,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
as yet unclassified
constants
expectedStringRepresentation

^ 'from: sender', String cr,
'to: receiver', String cr,
'date: Fri, 10 Jun 2016 12:51:42 +0200', String cr,
^ 'date: Fri, 10 Jun 2016 12:51:42 +0200', String cr,
'from: sender', String cr,
'subject: subject text', String cr,
'to: receiver', String cr,
String cr,
'body text', String cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"class" : {
"expectedMinimalHeaderAsString" : "AR 7/28/2016 14:39",
"expectedStringRepresentation" : "AR 7/28/2016 14:24" },
"expectedStringRepresentation" : "ms 7/28/2016 15:13" },
"instance" : {
"email" : "AR 7/28/2016 14:11",
"email:" : "AR 7/28/2016 14:11",
Expand Down
4 changes: 2 additions & 2 deletions packages/IMAPClient-Tests.package/monticello.meta/version

Large diffs are not rendered by default.

0 comments on commit ca9d6d7

Please sign in to comment.