Browse Source

Update API naming test with new layout

Alois Mahdal 9 years ago
parent
commit
616f0bb1fe
2 changed files with 14 additions and 36 deletions
  1. 11
    30
      test/data/ffoo_api/functions.oracle
  2. 3
    6
      test/data/ffoo_api/modules.oracle

+ 11
- 30
test/data/ffoo_api/functions.oracle View File

@@ -9,27 +9,26 @@ core.__echo_lines
9 9
 core.__echo_trace
10 10
 core.__echo_usage
11 11
 core.__echo_vars
12
-core.__exits
13
-core.append_if_missing
14
-core.collapse_tilde
15 12
 core.debug
16 13
 core.debug_pipe
17 14
 core.die
18
-core.echo_hr
19
-core.expand_tilde
20
-core.mute_known
21
-core.select_args
22 15
 core.think
23 16
 core.usage_is
24 17
 core.warn
25
-flow.wait_until
26
-fun.filter
18
+exit.exits
27 19
 ini.__iniread__cat
28 20
 ini.__iniread__fltkey
29 21
 ini.__iniread__fltsct
30 22
 ini.__iniread__merge
31 23
 ini.__initead_fltcmt
32 24
 ini.iniread
25
+misc.append_if_missing
26
+misc.collapse_tilde
27
+misc.echo_hr
28
+misc.expand_tilde
29
+misc.filter
30
+misc.mute_known
31
+misc.select_args
33 32
 mkpretty.__ffoo_mkpretty__init
34 33
 mkpretty_color.mkpretty_debug
35 34
 mkpretty_color.mkpretty_die
@@ -56,29 +55,11 @@ recon.reachable_by_ping
56 55
 recon.reachable_by_ssh
57 56
 recon.reachable_by_tcp
58 57
 recon.sort_paths_by_age
59
-sw.any_install
58
+recon.wait_until
59
+stats.average
60
+stats.trim
60 61
 testing.assert_linecount
61 62
 testing.collect_artifacts
62 63
 testing.register_artifact
63 64
 types.bool
64 65
 types.is_integer
65
-www.expr2kw
66
-www.filter_exprs
67
-www.filter_ids
68
-www.filter_kws
69
-www.filter_uris
70
-www.find_uri
71
-www.id2kw
72
-www.kw2uri
73
-xorg.clipln
74
-yummy.guess_pkgnames
75
-yummy.guess_rtag
76
-yummy.guess_rtag_num
77
-yummy.guess_rtag_word
78
-yummy.installed_versions
79
-yummy.nvc_parse
80
-yummy.save_repo_for
81
-yummy.yum_install
82
-yummy.yum_install_if_needed
83
-yummy.yum_preerase
84
-yummy.yum_update

+ 3
- 6
test/data/ffoo_api/modules.oracle View File

@@ -1,18 +1,15 @@
1 1
 charmenu
2 2
 core
3
-flow
4
-fun
3
+exit
5 4
 ini
5
+misc
6 6
 mkpretty
7 7
 mkpretty_color
8 8
 mkpretty_html
9 9
 mkpretty_plain
10 10
 recon
11
-sw
11
+stats
12 12
 termcolors
13 13
 testing
14 14
 tmp
15 15
 types
16
-www
17
-xorg
18
-yummy