aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl
diff options
context:
space:
mode:
authorMagnus Lidén <[email protected]>2014-01-21 16:40:04 +0100
committerMagnus Lidén <[email protected]>2014-01-21 16:40:04 +0100
commit7042cc483b7e48eeacc99a47676e8593f288285b (patch)
tree57dbc03e9e25bbccc55335148615116a7e58c781 /lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl
parent31172443bfc849b879385d7ee0d2ea8019c32307 (diff)
parente750b2aa3698d5bd7f4a9d23f568031e34c6ba2a (diff)
downloadotp-7042cc483b7e48eeacc99a47676e8593f288285b.tar.gz
otp-7042cc483b7e48eeacc99a47676e8593f288285b.tar.bz2
otp-7042cc483b7e48eeacc99a47676e8593f288285b.zip
Merge branch 'lars/xmerl/new-doc-in-same-buffer-bug/OTP-11551' into maint
* lars/xmerl/new-doc-in-same-buffer-bug/OTP-11551: [xmerl] Fix problem with header of next XML document is in the buffer when using xmerl_sax_parser:stream/2 function. [xmerl] Fix bug in SAX parser when next doc start in the same buffer
Diffstat (limited to 'lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl')
-rw-r--r--lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl b/lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl
index 44ec4b592d..34a65ac6ff 100644
--- a/lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl
+++ b/lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2006-2010. All Rights Reserved.
+%% Copyright Ericsson AB 2006-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -32,7 +32,7 @@
all() ->
- [att, ct, elem, group, idc_, id, mgABCD, mgEFG, mgHIJ,
+ [att, ct, elem, model_group, idc_, id, mgABCD, mgEFG, mgHIJ,
mgK, mgLM, mgN, mgOP, mgQR, mgS, particlesAB,
particlesCDE, particlesFHI, particlesJ,
particlesKOSRTQUVW, stABCDE, stFGH, stIJK, stZ,
@@ -5743,8 +5743,7 @@ elem(Config) when is_list(Config) ->
%% Syntax Checking Model Group Tests.
%% Content Checking Model Group Tests.
-
-group(Config) when is_list(Config) ->
+model_group(Config) when is_list(Config) ->
STResList0 = [],
?line {STRes0,_} = xmerl_xsd_lib:schema_test(Config,'./msxsdtest/Group/groupA001.xsd','./msxsdtest/Group',valid),