Commit fb93c8576dace181a7d045926814135ab0af050b
Committed by
Paulo Meireles
1 parent
cc3c7722
Exists in
master
and in
22 other branches
Fix PortTest
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
plugins/mezuro/test/unit/kalibro/client/port_test.rb
@@ -7,8 +7,8 @@ class PortTest < Test::Unit::TestCase | @@ -7,8 +7,8 @@ class PortTest < Test::Unit::TestCase | ||
7 | @port = Kalibro::Client::Port.new('PortTest') | 7 | @port = Kalibro::Client::Port.new('PortTest') |
8 | end | 8 | end |
9 | 9 | ||
10 | - should 'default address be valinhos' do | ||
11 | - assert_equal 'http://valinhos.ime.usp.br:50688/KalibroService/', @service_address | 10 | + should 'default address be localhost' do |
11 | + assert_equal 'http://localhost:8080/KalibroService/', @service_address | ||
12 | end | 12 | end |
13 | 13 | ||
14 | should 'request action and return response' do | 14 | should 'request action and return response' do |