Skip to content

Commit

Permalink
Updated tests for new query items
Browse files Browse the repository at this point in the history
  • Loading branch information
yakatz committed Oct 1, 2014
1 parent fdfcc5a commit aa14ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_network.rb
Expand Up @@ -18,7 +18,7 @@ def setup
end

def test_get_query_generate
base_query = "http://foo/get?OID4.1.1=&OID4.1.2=&OID4.1.3=&OID4.1.4=&OID4.1.5=&OID4.1.6=&OID4.5.1=&OID4.5.3=&OID4.5.5=&OID4.1.13=&OID2.5.1=&OID4.2.30=&OID4.1.24="
base_query = "http://foo/get?OID4.1.1=&OID4.1.2=&OID4.1.3=&OID4.1.4=&OID4.1.5=&OID4.1.6=&OID4.5.1=&OID4.5.3=&OID4.5.5=&OID4.1.13=&OID2.5.1=&OID4.2.30=&OID4.1.24=&OID4.3.8.2=&OID4.3.8.3="

@@t.heat_to
assert_equal(base_query, query)
Expand Down

0 comments on commit aa14ad8

Please sign in to comment.