forked from bet365/soap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes bet365#47 - update to latest `erlsom` with fix for 2x-nested translation of record list fields - fix crash when generating WSDL from `store.hrl` - regenerate doc/test clients/servers/headers based on new `erlsom` - amend tests based on regen'd files - start/stop `ssl` app per suite to make a lot of tests pass
- Loading branch information
1 parent
856b5c4
commit 0c8e59c
Showing
15 changed files
with
684 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{erl_opts, [debug_info]}. | ||
|
||
{deps, [ | ||
{erlsom, ".*", {git, "https://github.com/willemdj/erlsom.git", {tag, "v1.4.0"}}} | ||
{erlsom, ".*", {git, "https://github.com/willemdj/erlsom.git", {ref, "70cbbf7"}}} | ||
|
||
]}. | ||
|
||
{ct_extra_params, "-spec test/test_specs.spec"}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.