hammer_cli 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/doc/release_notes.md +3 -0
- data/lib/hammer_cli/apipie/option_builder.rb +2 -1
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/de/hammer-cli.edit.po +16 -16
- data/locale/en_GB/hammer-cli.edit.po +25 -25
- data/locale/fr/hammer-cli.edit.po +26 -26
- data/locale/it/hammer-cli.edit.po +3 -3
- data/locale/ja/hammer-cli.edit.po +3 -3
- data/locale/ko/hammer-cli.edit.po +3 -3
- data/locale/ru/hammer-cli.edit.po +3 -3
- data/locale/zh_CN/hammer-cli.edit.po +3 -3
- data/locale/zh_TW/hammer-cli.edit.po +3 -3
- data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
- data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
- data/test/reports/TEST-Fields-Field.xml +4 -4
- data/test/reports/TEST-Fields-Label-display-.xml +7 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label.xml +7 -0
- data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +10 -8
- data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
- data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +11 -0
- data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
- data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +8 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +9 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +13 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +7 -0
- data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
- data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
- data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
- data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
- data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
- data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
- data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
- data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
- data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
- data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
- data/test/reports/TEST-HammerCLI-Defaults.xml +19 -0
- data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
- data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
- data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
- data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +4 -2
- data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +5 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +1 -5
- data/test/reports/TEST-HammerCLI-Options-Matcher.xml +17 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
- data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
- data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +26 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +11 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +7 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
- data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
- data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
- data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
- data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
- data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
- data/test/reports/TEST-HammerCLI-constant-path.xml +15 -0
- data/test/reports/{TEST-String-interactive-.xml → TEST-HammerCLI-interactive-.xml} +4 -4
- data/test/reports/TEST-HammerCLI.xml +7 -0
- data/test/reports/TEST-Logging-LogEvent-filtering.xml +9 -0
- data/test/reports/TEST-Logging-LogEvent.xml +7 -0
- data/test/reports/TEST-MiniTest-Spec.xml +1 -1
- data/test/reports/TEST-String-camelize.xml +3 -3
- data/test/reports/TEST-String-constantize.xml +15 -0
- data/test/reports/TEST-String-formatting.xml +6 -6
- data/test/reports/TEST-String-indent.xml +3 -3
- data/test/reports/TEST-String-underscore.xml +13 -0
- data/test/reports/TEST-String.xml +1 -1
- data/test/reports/TEST-commands-defaults-add.xml +21 -0
- data/test/reports/TEST-commands-defaults-delete.xml +11 -0
- data/test/reports/TEST-commands-defaults-list.xml +11 -0
- data/test/reports/TEST-commands-defaults-providers.xml +11 -0
- data/test/reports/TEST-commands.xml +7 -0
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
- data/test/reports/TEST-constraints.xml +1 -1
- data/test/unit/apipie/option_builder_test.rb +6 -0
- data/test/unit/fixtures/apipie/documented.json +9 -0
- metadata +230 -168
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 661dfeefa7e66df9be867455ff63a7c13b6f5d6d
|
|
4
|
+
data.tar.gz: 52b417a7c11d721824b54881e9e5d1f9bb0e6463
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a5b06fd20a0b605d63d41f2c2ed94a157e1672fed6e03a54dc3dff4d2d612c103f0d81c5606fe553a06b5e2b60be2b969fc5fb89e85fd1e0cb7b756c05d4ec6
|
|
7
|
+
data.tar.gz: 3a2c18fe41a8d4ec4fbd584a52041b1cf148c6a2a59b6d9b1d958b083d52a482e6e754f753e7df39a37be1f47454716bcff2286059850ee9c36a0cfe01641d66
|
data/doc/release_notes.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
Release notes
|
|
2
2
|
=============
|
|
3
3
|
|
|
4
|
+
### 0.6.1 (2016-03-15)
|
|
5
|
+
* Fix coded options for apipie 0.3.6 ([#13960](http://projects.theforeman.org/issues/13960))
|
|
6
|
+
|
|
4
7
|
### 0.6.0 (2016-02-25)
|
|
5
8
|
* Enable vertical formatting for lists ([#13874](http://projects.theforeman.org/issues/13874))
|
|
6
9
|
* Support for command testing moved to core ([#4118](http://projects.theforeman.org/issues/4118))
|
|
@@ -69,7 +69,8 @@ module HammerCLI::Apipie
|
|
|
69
69
|
elsif param.expected_type == 'boolean' || param.validator =~ /Boolean/i
|
|
70
70
|
opts[:format] = HammerCLI::Options::Normalizers::Bool.new
|
|
71
71
|
elsif param.validator =~ /Must be one of: (.*)\./
|
|
72
|
-
|
|
72
|
+
allowed = $1.split(/,\ ?/).map { |val| val.gsub(/<[^>]*>/i,'') }
|
|
73
|
+
opts[:format] = HammerCLI::Options::Normalizers::Enum.new(allowed)
|
|
73
74
|
elsif param.expected_type == 'number' || param.validator =~ /Number/i
|
|
74
75
|
opts[:format] = HammerCLI::Options::Normalizers::Number.new
|
|
75
76
|
end
|
data/lib/hammer_cli/version.rb
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# Translators:
|
|
6
6
|
# Christina Gurski <Gurski_christina@yahoo.de>, 2015
|
|
7
7
|
# Dominic Cleal <dominic@cleal.org>, 2014
|
|
8
|
-
# Ettore Atalan <atalanttore@googlemail.com>, 2014-
|
|
8
|
+
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2015
|
|
9
9
|
# simon11 <simon.stieger.98@live.de>, 2014
|
|
10
10
|
# simon11 <simon.stieger.98@live.de>, 2014
|
|
11
11
|
# Ulrich Habel <rhaen@pkgbox.de>, 2014
|
|
@@ -14,8 +14,8 @@ msgstr ""
|
|
|
14
14
|
"Project-Id-Version: Foreman\n"
|
|
15
15
|
"Report-Msgid-Bugs-To: \n"
|
|
16
16
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
17
|
-
"PO-Revision-Date:
|
|
18
|
-
"Last-Translator:
|
|
17
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
18
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
19
19
|
"Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
|
|
20
20
|
"MIME-Version: 1.0\n"
|
|
21
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -65,35 +65,35 @@ msgstr ""
|
|
|
65
65
|
|
|
66
66
|
#: ../lib/hammer_cli/defaults.rb:82
|
|
67
67
|
msgid "Defaults management"
|
|
68
|
-
msgstr "
|
|
68
|
+
msgstr ""
|
|
69
69
|
|
|
70
70
|
#: ../lib/hammer_cli/defaults_commands.rb:25
|
|
71
71
|
msgid "List all the providers"
|
|
72
|
-
msgstr "
|
|
72
|
+
msgstr ""
|
|
73
73
|
|
|
74
74
|
#: ../lib/hammer_cli/defaults_commands.rb:37
|
|
75
75
|
msgid "Provider"
|
|
76
|
-
msgstr "
|
|
76
|
+
msgstr ""
|
|
77
77
|
|
|
78
78
|
#: ../lib/hammer_cli/defaults_commands.rb:38
|
|
79
79
|
msgid "Supported defaults"
|
|
80
|
-
msgstr "
|
|
80
|
+
msgstr ""
|
|
81
81
|
|
|
82
82
|
#: ../lib/hammer_cli/defaults_commands.rb:39
|
|
83
83
|
msgid "Description"
|
|
84
|
-
msgstr "
|
|
84
|
+
msgstr ""
|
|
85
85
|
|
|
86
86
|
#: ../lib/hammer_cli/defaults_commands.rb:56
|
|
87
87
|
msgid "List all the default parameters"
|
|
88
|
-
msgstr "
|
|
88
|
+
msgstr ""
|
|
89
89
|
|
|
90
90
|
#: ../lib/hammer_cli/defaults_commands.rb:67
|
|
91
91
|
msgid "Parameter"
|
|
92
|
-
msgstr "
|
|
92
|
+
msgstr ""
|
|
93
93
|
|
|
94
94
|
#: ../lib/hammer_cli/defaults_commands.rb:68
|
|
95
95
|
msgid "Value"
|
|
96
|
-
msgstr "
|
|
96
|
+
msgstr ""
|
|
97
97
|
|
|
98
98
|
#: ../lib/hammer_cli/defaults_commands.rb:86
|
|
99
99
|
msgid "Delete a default param"
|
|
@@ -101,19 +101,19 @@ msgstr ""
|
|
|
101
101
|
|
|
102
102
|
#: ../lib/hammer_cli/defaults_commands.rb:87
|
|
103
103
|
msgid "The name of the default option"
|
|
104
|
-
msgstr "
|
|
104
|
+
msgstr ""
|
|
105
105
|
|
|
106
106
|
#: ../lib/hammer_cli/defaults_commands.rb:103
|
|
107
107
|
msgid "Add a default parameter to config"
|
|
108
|
-
msgstr "
|
|
108
|
+
msgstr ""
|
|
109
109
|
|
|
110
110
|
#: ../lib/hammer_cli/defaults_commands.rb:104
|
|
111
111
|
msgid "The name of the default option (e.g. organization_id)."
|
|
112
|
-
msgstr "
|
|
112
|
+
msgstr ""
|
|
113
113
|
|
|
114
114
|
#: ../lib/hammer_cli/defaults_commands.rb:105
|
|
115
115
|
msgid "The value for the default option"
|
|
116
|
-
msgstr "
|
|
116
|
+
msgstr ""
|
|
117
117
|
|
|
118
118
|
#: ../lib/hammer_cli/defaults_commands.rb:106
|
|
119
119
|
msgid ""
|
|
@@ -145,7 +145,7 @@ msgstr ""
|
|
|
145
145
|
|
|
146
146
|
#: ../lib/hammer_cli/defaults_commands.rb:147
|
|
147
147
|
msgid "%{param} was deleted successfully."
|
|
148
|
-
msgstr "
|
|
148
|
+
msgstr ""
|
|
149
149
|
|
|
150
150
|
#: ../lib/hammer_cli/defaults_commands.rb:151
|
|
151
151
|
msgid "You must specify value or a provider name, cant specify both."
|
|
@@ -9,8 +9,8 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Foreman\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
12
|
-
"PO-Revision-Date: 2015-12-
|
|
13
|
-
"Last-Translator:
|
|
12
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
14
14
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -56,99 +56,99 @@ msgstr "no value provided"
|
|
|
56
56
|
|
|
57
57
|
#: ../lib/hammer_cli/defaults.rb:72
|
|
58
58
|
msgid "Couldn't create %s please create the path before defaults are enabled."
|
|
59
|
-
msgstr "
|
|
59
|
+
msgstr ""
|
|
60
60
|
|
|
61
61
|
#: ../lib/hammer_cli/defaults.rb:82
|
|
62
62
|
msgid "Defaults management"
|
|
63
|
-
msgstr "
|
|
63
|
+
msgstr ""
|
|
64
64
|
|
|
65
65
|
#: ../lib/hammer_cli/defaults_commands.rb:25
|
|
66
66
|
msgid "List all the providers"
|
|
67
|
-
msgstr "
|
|
67
|
+
msgstr ""
|
|
68
68
|
|
|
69
69
|
#: ../lib/hammer_cli/defaults_commands.rb:37
|
|
70
70
|
msgid "Provider"
|
|
71
|
-
msgstr "
|
|
71
|
+
msgstr ""
|
|
72
72
|
|
|
73
73
|
#: ../lib/hammer_cli/defaults_commands.rb:38
|
|
74
74
|
msgid "Supported defaults"
|
|
75
|
-
msgstr "
|
|
75
|
+
msgstr ""
|
|
76
76
|
|
|
77
77
|
#: ../lib/hammer_cli/defaults_commands.rb:39
|
|
78
78
|
msgid "Description"
|
|
79
|
-
msgstr "
|
|
79
|
+
msgstr ""
|
|
80
80
|
|
|
81
81
|
#: ../lib/hammer_cli/defaults_commands.rb:56
|
|
82
82
|
msgid "List all the default parameters"
|
|
83
|
-
msgstr "
|
|
83
|
+
msgstr ""
|
|
84
84
|
|
|
85
85
|
#: ../lib/hammer_cli/defaults_commands.rb:67
|
|
86
86
|
msgid "Parameter"
|
|
87
|
-
msgstr "
|
|
87
|
+
msgstr ""
|
|
88
88
|
|
|
89
89
|
#: ../lib/hammer_cli/defaults_commands.rb:68
|
|
90
90
|
msgid "Value"
|
|
91
|
-
msgstr "
|
|
91
|
+
msgstr ""
|
|
92
92
|
|
|
93
93
|
#: ../lib/hammer_cli/defaults_commands.rb:86
|
|
94
94
|
msgid "Delete a default param"
|
|
95
|
-
msgstr "
|
|
95
|
+
msgstr ""
|
|
96
96
|
|
|
97
97
|
#: ../lib/hammer_cli/defaults_commands.rb:87
|
|
98
98
|
msgid "The name of the default option"
|
|
99
|
-
msgstr "
|
|
99
|
+
msgstr ""
|
|
100
100
|
|
|
101
101
|
#: ../lib/hammer_cli/defaults_commands.rb:103
|
|
102
102
|
msgid "Add a default parameter to config"
|
|
103
|
-
msgstr "
|
|
103
|
+
msgstr ""
|
|
104
104
|
|
|
105
105
|
#: ../lib/hammer_cli/defaults_commands.rb:104
|
|
106
106
|
msgid "The name of the default option (e.g. organization_id)."
|
|
107
|
-
msgstr "
|
|
107
|
+
msgstr ""
|
|
108
108
|
|
|
109
109
|
#: ../lib/hammer_cli/defaults_commands.rb:105
|
|
110
110
|
msgid "The value for the default option"
|
|
111
|
-
msgstr "
|
|
111
|
+
msgstr ""
|
|
112
112
|
|
|
113
113
|
#: ../lib/hammer_cli/defaults_commands.rb:106
|
|
114
114
|
msgid ""
|
|
115
115
|
"The name of the provider providing the value. For list available providers "
|
|
116
116
|
"see `hammer defaults providers`."
|
|
117
|
-
msgstr "
|
|
117
|
+
msgstr ""
|
|
118
118
|
|
|
119
119
|
#: ../lib/hammer_cli/defaults_commands.rb:134
|
|
120
120
|
msgid ""
|
|
121
121
|
"Added %{key_val} default-option with value that will be generated from the "
|
|
122
122
|
"server."
|
|
123
|
-
msgstr "
|
|
123
|
+
msgstr ""
|
|
124
124
|
|
|
125
125
|
#: ../lib/hammer_cli/defaults_commands.rb:135
|
|
126
126
|
msgid "Added %{key_val} default-option with value %{val_val}."
|
|
127
|
-
msgstr "
|
|
127
|
+
msgstr ""
|
|
128
128
|
|
|
129
129
|
#: ../lib/hammer_cli/defaults_commands.rb:139
|
|
130
130
|
msgid ""
|
|
131
131
|
"\"Provider #{namespace} was not found. See `hammer defaults providers` for "
|
|
132
132
|
"available providers.\""
|
|
133
|
-
msgstr "
|
|
133
|
+
msgstr ""
|
|
134
134
|
|
|
135
135
|
#: ../lib/hammer_cli/defaults_commands.rb:143
|
|
136
136
|
msgid ""
|
|
137
137
|
"The param name is not supported by provider. See `hammer defaults providers`"
|
|
138
138
|
" for supported params."
|
|
139
|
-
msgstr "
|
|
139
|
+
msgstr ""
|
|
140
140
|
|
|
141
141
|
#: ../lib/hammer_cli/defaults_commands.rb:147
|
|
142
142
|
msgid "%{param} was deleted successfully."
|
|
143
|
-
msgstr "
|
|
143
|
+
msgstr ""
|
|
144
144
|
|
|
145
145
|
#: ../lib/hammer_cli/defaults_commands.rb:151
|
|
146
146
|
msgid "You must specify value or a provider name, cant specify both."
|
|
147
|
-
msgstr "
|
|
147
|
+
msgstr ""
|
|
148
148
|
|
|
149
149
|
#: ../lib/hammer_cli/defaults_commands.rb:155
|
|
150
150
|
msgid "Couldn't find the requested param in %s."
|
|
151
|
-
msgstr "
|
|
151
|
+
msgstr ""
|
|
152
152
|
|
|
153
153
|
#: ../lib/hammer_cli/exception_handler.rb:62
|
|
154
154
|
msgid "Error: %s"
|
|
@@ -324,7 +324,7 @@ msgstr "value must be a combination of '%s'"
|
|
|
324
324
|
|
|
325
325
|
#: ../lib/hammer_cli/options/option_definition.rb:56
|
|
326
326
|
msgid "Warning: Option %{option} is deprecated. %{message}"
|
|
327
|
-
msgstr "
|
|
327
|
+
msgstr ""
|
|
328
328
|
|
|
329
329
|
#: ../lib/hammer_cli/options/option_definition.rb:80
|
|
330
330
|
msgid "Can be specified multiple times. "
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# This file is distributed under the same license as the hammer-cli package.
|
|
4
4
|
#
|
|
5
5
|
# Translators:
|
|
6
|
-
# Claer <transiblu@claer.hammock.fr>, 2014-
|
|
6
|
+
# Claer <transiblu@claer.hammock.fr>, 2014-2015
|
|
7
7
|
# Dominic Cleal <dominic@cleal.org>, 2014
|
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
|
|
9
9
|
msgid ""
|
|
@@ -11,8 +11,8 @@ msgstr ""
|
|
|
11
11
|
"Project-Id-Version: Foreman\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
14
|
-
"PO-Revision-Date:
|
|
15
|
-
"Last-Translator:
|
|
14
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
15
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
16
16
|
"Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
|
|
17
17
|
"MIME-Version: 1.0\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -58,99 +58,99 @@ msgstr "Aucune valeur fournit"
|
|
|
58
58
|
|
|
59
59
|
#: ../lib/hammer_cli/defaults.rb:72
|
|
60
60
|
msgid "Couldn't create %s please create the path before defaults are enabled."
|
|
61
|
-
msgstr "
|
|
61
|
+
msgstr ""
|
|
62
62
|
|
|
63
63
|
#: ../lib/hammer_cli/defaults.rb:82
|
|
64
64
|
msgid "Defaults management"
|
|
65
|
-
msgstr "
|
|
65
|
+
msgstr ""
|
|
66
66
|
|
|
67
67
|
#: ../lib/hammer_cli/defaults_commands.rb:25
|
|
68
68
|
msgid "List all the providers"
|
|
69
|
-
msgstr "
|
|
69
|
+
msgstr ""
|
|
70
70
|
|
|
71
71
|
#: ../lib/hammer_cli/defaults_commands.rb:37
|
|
72
72
|
msgid "Provider"
|
|
73
|
-
msgstr "
|
|
73
|
+
msgstr ""
|
|
74
74
|
|
|
75
75
|
#: ../lib/hammer_cli/defaults_commands.rb:38
|
|
76
76
|
msgid "Supported defaults"
|
|
77
|
-
msgstr "
|
|
77
|
+
msgstr ""
|
|
78
78
|
|
|
79
79
|
#: ../lib/hammer_cli/defaults_commands.rb:39
|
|
80
80
|
msgid "Description"
|
|
81
|
-
msgstr "
|
|
81
|
+
msgstr ""
|
|
82
82
|
|
|
83
83
|
#: ../lib/hammer_cli/defaults_commands.rb:56
|
|
84
84
|
msgid "List all the default parameters"
|
|
85
|
-
msgstr "
|
|
85
|
+
msgstr ""
|
|
86
86
|
|
|
87
87
|
#: ../lib/hammer_cli/defaults_commands.rb:67
|
|
88
88
|
msgid "Parameter"
|
|
89
|
-
msgstr "
|
|
89
|
+
msgstr ""
|
|
90
90
|
|
|
91
91
|
#: ../lib/hammer_cli/defaults_commands.rb:68
|
|
92
92
|
msgid "Value"
|
|
93
|
-
msgstr "
|
|
93
|
+
msgstr ""
|
|
94
94
|
|
|
95
95
|
#: ../lib/hammer_cli/defaults_commands.rb:86
|
|
96
96
|
msgid "Delete a default param"
|
|
97
|
-
msgstr "
|
|
97
|
+
msgstr ""
|
|
98
98
|
|
|
99
99
|
#: ../lib/hammer_cli/defaults_commands.rb:87
|
|
100
100
|
msgid "The name of the default option"
|
|
101
|
-
msgstr "
|
|
101
|
+
msgstr ""
|
|
102
102
|
|
|
103
103
|
#: ../lib/hammer_cli/defaults_commands.rb:103
|
|
104
104
|
msgid "Add a default parameter to config"
|
|
105
|
-
msgstr "
|
|
105
|
+
msgstr ""
|
|
106
106
|
|
|
107
107
|
#: ../lib/hammer_cli/defaults_commands.rb:104
|
|
108
108
|
msgid "The name of the default option (e.g. organization_id)."
|
|
109
|
-
msgstr "
|
|
109
|
+
msgstr ""
|
|
110
110
|
|
|
111
111
|
#: ../lib/hammer_cli/defaults_commands.rb:105
|
|
112
112
|
msgid "The value for the default option"
|
|
113
|
-
msgstr "
|
|
113
|
+
msgstr ""
|
|
114
114
|
|
|
115
115
|
#: ../lib/hammer_cli/defaults_commands.rb:106
|
|
116
116
|
msgid ""
|
|
117
117
|
"The name of the provider providing the value. For list available providers "
|
|
118
118
|
"see `hammer defaults providers`."
|
|
119
|
-
msgstr "
|
|
119
|
+
msgstr ""
|
|
120
120
|
|
|
121
121
|
#: ../lib/hammer_cli/defaults_commands.rb:134
|
|
122
122
|
msgid ""
|
|
123
123
|
"Added %{key_val} default-option with value that will be generated from the "
|
|
124
124
|
"server."
|
|
125
|
-
msgstr "
|
|
125
|
+
msgstr ""
|
|
126
126
|
|
|
127
127
|
#: ../lib/hammer_cli/defaults_commands.rb:135
|
|
128
128
|
msgid "Added %{key_val} default-option with value %{val_val}."
|
|
129
|
-
msgstr "
|
|
129
|
+
msgstr ""
|
|
130
130
|
|
|
131
131
|
#: ../lib/hammer_cli/defaults_commands.rb:139
|
|
132
132
|
msgid ""
|
|
133
133
|
"\"Provider #{namespace} was not found. See `hammer defaults providers` for "
|
|
134
134
|
"available providers.\""
|
|
135
|
-
msgstr "
|
|
135
|
+
msgstr ""
|
|
136
136
|
|
|
137
137
|
#: ../lib/hammer_cli/defaults_commands.rb:143
|
|
138
138
|
msgid ""
|
|
139
139
|
"The param name is not supported by provider. See `hammer defaults providers`"
|
|
140
140
|
" for supported params."
|
|
141
|
-
msgstr "
|
|
141
|
+
msgstr ""
|
|
142
142
|
|
|
143
143
|
#: ../lib/hammer_cli/defaults_commands.rb:147
|
|
144
144
|
msgid "%{param} was deleted successfully."
|
|
145
|
-
msgstr "
|
|
145
|
+
msgstr ""
|
|
146
146
|
|
|
147
147
|
#: ../lib/hammer_cli/defaults_commands.rb:151
|
|
148
148
|
msgid "You must specify value or a provider name, cant specify both."
|
|
149
|
-
msgstr "
|
|
149
|
+
msgstr ""
|
|
150
150
|
|
|
151
151
|
#: ../lib/hammer_cli/defaults_commands.rb:155
|
|
152
152
|
msgid "Couldn't find the requested param in %s."
|
|
153
|
-
msgstr "
|
|
153
|
+
msgstr ""
|
|
154
154
|
|
|
155
155
|
#: ../lib/hammer_cli/exception_handler.rb:62
|
|
156
156
|
msgid "Error: %s"
|
|
@@ -326,7 +326,7 @@ msgstr "la valeur doit être une combinaison de '%s'"
|
|
|
326
326
|
|
|
327
327
|
#: ../lib/hammer_cli/options/option_definition.rb:56
|
|
328
328
|
msgid "Warning: Option %{option} is deprecated. %{message}"
|
|
329
|
-
msgstr "
|
|
329
|
+
msgstr ""
|
|
330
330
|
|
|
331
331
|
#: ../lib/hammer_cli/options/option_definition.rb:80
|
|
332
332
|
msgid "Can be specified multiple times. "
|
|
@@ -10,8 +10,8 @@ msgstr ""
|
|
|
10
10
|
"Project-Id-Version: Foreman\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
12
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
13
|
-
"PO-Revision-Date:
|
|
14
|
-
"Last-Translator:
|
|
13
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
14
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
15
15
|
"Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -227,7 +227,7 @@ msgstr "mostra versione"
|
|
|
227
227
|
|
|
228
228
|
#: ../lib/hammer_cli/main.rb:23
|
|
229
229
|
msgid "unknown version"
|
|
230
|
-
msgstr "
|
|
230
|
+
msgstr ""
|
|
231
231
|
|
|
232
232
|
#: ../lib/hammer_cli/main.rb:29
|
|
233
233
|
msgid "Show ids of associated resources"
|
|
@@ -9,8 +9,8 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Foreman\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
12
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
14
14
|
"Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/)\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -226,7 +226,7 @@ msgstr "バージョンの表示"
|
|
|
226
226
|
|
|
227
227
|
#: ../lib/hammer_cli/main.rb:23
|
|
228
228
|
msgid "unknown version"
|
|
229
|
-
msgstr "
|
|
229
|
+
msgstr ""
|
|
230
230
|
|
|
231
231
|
#: ../lib/hammer_cli/main.rb:29
|
|
232
232
|
msgid "Show ids of associated resources"
|
|
@@ -9,8 +9,8 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Foreman\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
12
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
14
14
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -226,7 +226,7 @@ msgstr "버전 표시 "
|
|
|
226
226
|
|
|
227
227
|
#: ../lib/hammer_cli/main.rb:23
|
|
228
228
|
msgid "unknown version"
|
|
229
|
-
msgstr "
|
|
229
|
+
msgstr ""
|
|
230
230
|
|
|
231
231
|
#: ../lib/hammer_cli/main.rb:29
|
|
232
232
|
msgid "Show ids of associated resources"
|
|
@@ -11,8 +11,8 @@ msgstr ""
|
|
|
11
11
|
"Project-Id-Version: Foreman\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
14
|
-
"PO-Revision-Date:
|
|
15
|
-
"Last-Translator:
|
|
14
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
15
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
16
16
|
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)\n"
|
|
17
17
|
"MIME-Version: 1.0\n"
|
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -228,7 +228,7 @@ msgstr "показать версию"
|
|
|
228
228
|
|
|
229
229
|
#: ../lib/hammer_cli/main.rb:23
|
|
230
230
|
msgid "unknown version"
|
|
231
|
-
msgstr "
|
|
231
|
+
msgstr ""
|
|
232
232
|
|
|
233
233
|
#: ../lib/hammer_cli/main.rb:29
|
|
234
234
|
msgid "Show ids of associated resources"
|
|
@@ -9,8 +9,8 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Foreman\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
12
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
14
14
|
"Language-Team: Chinese (China) (http://www.transifex.com/foreman/foreman/language/zh_CN/)\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -226,7 +226,7 @@ msgstr "显示版本"
|
|
|
226
226
|
|
|
227
227
|
#: ../lib/hammer_cli/main.rb:23
|
|
228
228
|
msgid "unknown version"
|
|
229
|
-
msgstr "
|
|
229
|
+
msgstr ""
|
|
230
230
|
|
|
231
231
|
#: ../lib/hammer_cli/main.rb:29
|
|
232
232
|
msgid "Show ids of associated resources"
|
|
@@ -9,8 +9,8 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Foreman\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2015-12-08 08:56+0000\n"
|
|
12
|
-
"PO-Revision-Date:
|
|
13
|
-
"Last-Translator:
|
|
12
|
+
"PO-Revision-Date: 2015-12-11 09:09+0000\n"
|
|
13
|
+
"Last-Translator: Lukáš Zapletal\n"
|
|
14
14
|
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/foreman/foreman/language/zh_TW/)\n"
|
|
15
15
|
"MIME-Version: 1.0\n"
|
|
16
16
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -226,7 +226,7 @@ msgstr "顯示版本"
|
|
|
226
226
|
|
|
227
227
|
#: ../lib/hammer_cli/main.rb:23
|
|
228
228
|
msgid "unknown version"
|
|
229
|
-
msgstr "
|
|
229
|
+
msgstr ""
|
|
230
230
|
|
|
231
231
|
#: ../lib/hammer_cli/main.rb:29
|
|
232
232
|
msgid "Show ids of associated resources"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField::display?" tests="0" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField::display?" tests="0" time="0.000323308" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField::display?::blank is allowed" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0001_returns false the value is nil" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField::display?::blank is allowed" tests="4" time="0.000639071" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns false the value is nil" time="0.000175561" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_returns false the value is empty array" time="5.9406e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="
|
|
7
|
+
<testcase name="test_0003_returns false the value is empty hash" time="4.6797e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0004_returns true when there is some data under the path" time="4.3579e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField::display?::blank is not allowed" tests="4" time="0.
|
|
3
|
-
<testcase name="test_0001_returns false the value is nil" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField::display?::blank is not allowed" tests="4" time="0.000575088" failures="0" errors="0" skipped="0" assertions="4" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns false the value is nil" time="0.000122725" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0003_returns false the value is empty hash" time="6.1108e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
|
-
<testcase name="test_0002_returns false the value is empty array" time="
|
|
7
|
+
<testcase name="test_0002_returns false the value is empty array" time="5.3353e-05" assertions="1">
|
|
8
8
|
</testcase>
|
|
9
|
-
<testcase name="
|
|
9
|
+
<testcase name="test_0004_returns true when there is some data under the path" time="5.0954e-05" assertions="1">
|
|
10
10
|
</testcase>
|
|
11
11
|
<system-out>
|
|
12
12
|
</system-out>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::ContainerField" tests="0" time="0.
|
|
2
|
+
<testsuite name="Fields::ContainerField" tests="0" time="0.000277871" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field::display?" tests="0" time="0.
|
|
2
|
+
<testsuite name="Fields::Field::display?" tests="0" time="0.000210054" failures="0" errors="0" skipped="0" assertions="0" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
3
|
<system-out>
|
|
4
4
|
</system-out>
|
|
5
5
|
<system-err>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuite name="Fields::Field::display?::blank is allowed" tests="2" time="0.
|
|
3
|
-
<testcase name="
|
|
2
|
+
<testsuite name="Fields::Field::display?::blank is allowed" tests="2" time="0.000503861" failures="0" errors="0" skipped="0" assertions="2" timestamp="2015-12-10T23:59:29+00:00">
|
|
3
|
+
<testcase name="test_0001_returns false the value is nil" time="0.000185633" assertions="1">
|
|
4
4
|
</testcase>
|
|
5
|
-
<testcase name="
|
|
5
|
+
<testcase name="test_0002_returns true when there is some data under the path" time="6.1723e-05" assertions="1">
|
|
6
6
|
</testcase>
|
|
7
7
|
<system-out>
|
|
8
8
|
</system-out>
|