Skip to content

Commit

Permalink
Travis can not handle asDictionary. Therefore changed to Dictionary n…
Browse files Browse the repository at this point in the history
…ewFrom:
  • Loading branch information
timgarrels committed Jun 20, 2019
1 parent 44ac76a commit c6f9bba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
constants
defaultConfigurationDictionary

^ {
^ Dictionary newFrom: {
'name' -> 'accountname'.
'address' -> 'imap.test.de'.
'port' -> '42'.
'username' -> 'test@test.test'.
'ssl' -> true.
} asDictionary
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
constants
defaultInvalidKeysConfigurationDictionary

^ {
^ Dictionary newFrom: {
'address' -> 'imap.test.de'.
'bort' -> '42'.
'username' -> 'test@test.test'.
'ssl' -> true.
} asDictionary
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"class" : {
"defaultConfigurationDictionary" : "pm 6/11/2019 20:04",
"defaultInvalidKeysConfigurationDictionary" : "pm 6/19/2019 14:14",
"defaultConfigurationDictionary" : "tg 6/20/2019 15:02",
"defaultInvalidKeysConfigurationDictionary" : "tg 6/20/2019 15:02",
"invalidDataDictionaryErrorMessage" : "pm 6/19/2019 14:26" },
"instance" : {
"previousConnectionConfigurations" : "pm 6/11/2019 19:44",
Expand Down

0 comments on commit c6f9bba

Please sign in to comment.