Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 27, 2015
1 parent 5a5e57b commit 28655d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package/autoyast2.changes
@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Fri Nov 27 16:32:46 CET 2015 - schubi@suse.de

- Added "cobber" to the obsolete profile section.
- Added "cobbler" to the obsolete profile section.
Defined in SUSE Manger but will not be used anymore. (bnc#955878)
- 3.1.101.5

Expand Down
4 changes: 2 additions & 2 deletions test/Y2ModuleConfig_test.rb
Expand Up @@ -31,7 +31,7 @@
allow(Yast::WFM).to receive(:ClientExists).with("unknown_profile_item_2_auto").and_return(false)
allow(Yast::WFM).to receive(:ClientExists).with("partitioning_auto").and_return(false)
allow(Yast::WFM).to receive(:ClientExists).with("upgrade_auto").and_return(false)
allow(Yast::WFM).to receive(:ClientExists).with("cobber_auto").and_return(false)
allow(Yast::WFM).to receive(:ClientExists).with("cobbler_auto").and_return(false)
end

describe "#unhandled_profile_sections" do
Expand All @@ -43,7 +43,7 @@

expect(Yast::Y2ModuleConfig.unhandled_profile_sections.sort).to eq(
[
"audit-laf", "autofs", "ca_mgm", "cobber", "firstboot", "language", "restore",
"audit-laf", "autofs", "ca_mgm", "cobbler", "firstboot", "language", "restore",
"runlevel", "sshd", "sysconfig", "unknown_profile_item_1",
"unknown_profile_item_2"
].sort
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/profiles/unhandled_and_obsolete.xml
Expand Up @@ -11,9 +11,9 @@
<restore>
<x config:type="boolean">false</x>
</restore>
<cobber>
<cobbler>
<x config:type="boolean">false</x>
</cobber>
</cobbler>

<!-- These are unknown -->
<unknown_profile_item_1>
Expand Down

0 comments on commit 28655d1

Please sign in to comment.