test/plastic/test.rb in voruby-1.1 vs test/plastic/test.rb in voruby-1.1.1

- old
+ new

@@ -30,10 +30,10 @@ # Load a VOTable in every app that supports the ivo://votech.org/votable/loadFromURL message. # We're doing it asynchronously i.e. we're not waiting for a response. votable_capable = @app.get_message_registered_ids(Messages::VOTABLE_LOAD_FROM_URL) @app.request_to_subset_asynch(Messages::VOTABLE_LOAD_FROM_URL, ['http://archive.noao.edu/nvo/sim/voquery.php?POS=23.000,2.000&SIZE=7.0000'], - votable_capable) + votable_capable).inspect # Bring the server to the forefront and wait for incoming messages. # To shutdown the server at this point do a Ctrl-C. @app.wait_for_requests rescue StandardError => se \ No newline at end of file