diff options
author | Lars Thorsen <[email protected]> | 2014-01-16 12:21:20 +0100 |
---|---|---|
committer | Magnus Lidén <[email protected]> | 2014-01-21 16:38:28 +0100 |
commit | e750b2aa3698d5bd7f4a9d23f568031e34c6ba2a (patch) | |
tree | 57dbc03e9e25bbccc55335148615116a7e58c781 /lib/xmerl/test/xmerl_xsd_MS2002-01-16_SUITE.erl | |
parent | fbcf11307e6e5eb9685fe6603ec2935638217423 (diff) | |
download | otp-e750b2aa3698d5bd7f4a9d23f568031e34c6ba2a.tar.gz otp-e750b2aa3698d5bd7f4a9d23f568031e34c6ba2a.tar.bz2 otp-e750b2aa3698d5bd7f4a9d23f568031e34c6ba2a.zip |
[xmerl] Fix problem with header of next XML document is in the buffer
when using xmerl_sax_parser:stream/2 function.
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.erl | 7 |
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), |