aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/test/xmerl_xsd_SUITE.erl
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2011-04-15 12:52:05 +0200
committerLars Thorsen <[email protected]>2011-05-10 09:13:24 +0200
commit111410b7809269d8dec37722d6723d250c412cda (patch)
tree75deb47dc115142e3796f6e87736f6c4d3c20216 /lib/xmerl/test/xmerl_xsd_SUITE.erl
parent824a6db3ff111f8d2427ac5adad0362bf078630a (diff)
downloadotp-111410b7809269d8dec37722d6723d250c412cda.tar.gz
otp-111410b7809269d8dec37722d6723d250c412cda.tar.bz2
otp-111410b7809269d8dec37722d6723d250c412cda.zip
Using the same testdata for testing xmerl_scan and xmerl_sax_parser.
Diffstat (limited to 'lib/xmerl/test/xmerl_xsd_SUITE.erl')
-rw-r--r--lib/xmerl/test/xmerl_xsd_SUITE.erl29
1 files changed, 1 insertions, 28 deletions
diff --git a/lib/xmerl/test/xmerl_xsd_SUITE.erl b/lib/xmerl/test/xmerl_xsd_SUITE.erl
index bbca4cb7aa..74de42aee5 100644
--- a/lib/xmerl/test/xmerl_xsd_SUITE.erl
+++ b/lib/xmerl/test/xmerl_xsd_SUITE.erl
@@ -59,7 +59,7 @@ groups() ->
{miscXMLexamples, [],
[small, complexType1, model_group_all,
substitutionGroup, attributeGroup, test_key1, sis1,
- sis2, gpx, state2file_file2state, union]},
+ sis2, state2file_file2state, union]},
{ticket_tests, [],
[ticket_6910, ticket_7165, ticket_7190, ticket_7288,
ticket_7736, ticket_8599]},
@@ -1067,33 +1067,6 @@ sis2(Config) ->
xmerl_xsd:process_validate(filename:join([?config(data_dir,Config),sis,
"mim.xsd"]),HW_E,[]).
-gpx(suite) -> [];
-gpx(Config) ->
-% case application:start(inets) of
-% ok ->
-% http:set_options([{proxy, {{"www-proxy.ericsson.se", 8080},
-% ["localhost"]}}]),
-% URI = "http://www.topografix.com/GPX/Private/TopoGrafix/0/2/topografix.xsd",
-% case http:request(get, {URI, []}, [], []) of
-% {ok,{{_Version, 200, _ReasonPhrase}, _Headers, _Body}} ->
-% XML = filename:join([?config(data_dir,Config),gpx,
-% "clementine_loop.gpx"]),
-% ?line {E=#xmlElement{},_} = xmerl_scan:file(XML),
-% code:add_patha(filename:join([?config(data_dir,Config),
-% "../proprietary"])),
-% Schema = filename:join([?config(data_dir,Config),gpx,
-% "gpx.xsd"]),
-% ?line {E,_} =
-% xmerl_xsd:process_validate(Schema,E,
-% [{fetch_fun,fun mylib:fetch/2}]);
-% _ ->
-% {skip,no_connection}
-% end;
-% _ ->
-% {skip,no_connection}
-% end.
- {skip,["GPS eXchange Format is skipped for now"]}.
-
state2file_file2state(suite) -> [];
state2file_file2state(Config) ->
?line {E,_} = xmerl_scan:file(filename:join([?config(data_dir,Config),