Skip to content

Commit

Permalink
flickering testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jul 2, 2018
1 parent 40e4989 commit 8878351
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-network.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 2 13:42:55 CEST 2018 - schubi@suse.de

- Fixed flickering testcase which has been introduced by fixing
bnc#1052042.
- 4.0.37

-------------------------------------------------------------------
Thu Jun 28 15:56:15 CEST 2018 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 4.0.36
Version: 4.0.37
Release: 0
BuildArch: noarch

Expand Down
1 change: 1 addition & 0 deletions test/lan_test.rb
Expand Up @@ -157,6 +157,7 @@ def reset_modification_statuses
allow(Yast::Routing).to receive(:Modified).and_return false
allow(Yast::NetworkConfig).to receive(:Modified).and_return false
allow(Yast::NetworkService).to receive(:Modified).and_return false
allow(Yast::Host).to receive(:Modified).and_return false
end

def expect_modification_succeedes(modname, method)
Expand Down

0 comments on commit 8878351

Please sign in to comment.