Skip to content

Commit

Permalink
Merge pull request #19 from yast/stub-inetd
Browse files Browse the repository at this point in the history
Stub out yast2-inetd in our tests (bsc#932331)
  • Loading branch information
lslezak committed Jan 5, 2017
2 parents 558b339 + de26420 commit 147f2c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-ftp-server.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 4 17:00:41 UTC 2017 - mvidner@suse.com

- Stub out yast2-inetd in our tests (bsc#932331)
- 3.2.1

-------------------------------------------------------------------
Wed Oct 26 13:58:05 UTC 2016 - cwh@suse.com

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


Name: yast2-ftp-server
Version: 3.2.0
Version: 3.2.1
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions test/ftpserver_test.rb
Expand Up @@ -11,6 +11,7 @@ def stub_module(name)
end

stub_module("Users")
stub_module("Inetd")

Yast.import "FtpServer"

Expand Down

0 comments on commit 147f2c0

Please sign in to comment.