Skip to content

Commit

Permalink
Merge pull request #130 from yast/fix_tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
jreidinger committed Nov 18, 2013
2 parents b799a81 + 4b48ac2 commit 69ee2f7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.5
3.1.6
6 changes: 6 additions & 0 deletions package/yast2-network.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 18 10:26:50 UTC 2013 - jreidinger@suse.com

- Fix testsuite to the latest changes in NetworkInterfaces
- 3.1.6

-------------------------------------------------------------------
Thu Nov 7 20:53:56 UTC 2013 - mfilka@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 3.1.4
Version: 3.1.6
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
5 changes: 5 additions & 0 deletions testsuite/tests/InternetDevices.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
#
#**************************************************************************
module Yast

class NetworkInterfacesClass < Module
attr_writer :initialized
end

class InternetDevicesClient < Client
def main
Yast.include self, "testsuite.rb"
Expand Down

0 comments on commit 69ee2f7

Please sign in to comment.