diff options
author | Fredrik Gustafsson <[email protected]> | 2013-11-05 12:59:47 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-11-05 12:59:47 +0100 |
commit | e917f6de37279bf4a4147b27d9bfc32ebb036727 (patch) | |
tree | 6288237f08965dce469ac00de3550805f404d515 /lib/xmerl/test/xmerl_SUITE.erl | |
parent | a528fc366fd2a8b0b01151953e6ee9100a0b996e (diff) | |
parent | 84fd7aa216f0f7f2a1d891b1f0cb1461272dc727 (diff) | |
download | otp-e917f6de37279bf4a4147b27d9bfc32ebb036727.tar.gz otp-e917f6de37279bf4a4147b27d9bfc32ebb036727.tar.bz2 otp-e917f6de37279bf4a4147b27d9bfc32ebb036727.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/xmerl/test/xmerl_SUITE.erl')
-rw-r--r-- | lib/xmerl/test/xmerl_SUITE.erl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/xmerl/test/xmerl_SUITE.erl b/lib/xmerl/test/xmerl_SUITE.erl index 192b8af731..692cd64249 100644 --- a/lib/xmerl/test/xmerl_SUITE.erl +++ b/lib/xmerl/test/xmerl_SUITE.erl @@ -41,7 +41,7 @@ %%---------------------------------------------------------------------- all() -> [{group, cpd_tests}, xpath_text1, xpath_main, - xpath_abbreviated_syntax, xpath_functions, + xpath_abbreviated_syntax, xpath_functions, xpath_namespaces, {group, misc}, {group, eventp_tests}, {group, ticket_tests}, {group, app_test}, {group, appup_test}]. @@ -204,6 +204,11 @@ xpath_functions(Config) -> ?line file:set_cwd(filename:join(?config(data_dir,Config),xpath)), ?line ok = xpath_abbrev:functions(). +xpath_namespaces(suite) -> []; +xpath_namespaces(Config) -> + ?line file:set_cwd(filename:join(?config(data_dir,Config),xpath)), + ?line ok = xpath_abbrev:namespaces(). + %%---------------------------------------------------------------------- latin1_alias(suite) -> []; |