spec/phone_spec/app/spec/uri_spec.rb in rhodes-3.5.1.12 vs spec/phone_spec/app/spec/uri_spec.rb in rhodes-5.5.0

- old
+ new

@@ -19,11 +19,11 @@ it "test navigate local page" do WebView.navigate "/app" end it "test navigate external http" do - WebView.navigate "http://rhomobile.com/wp-content/themes/rhomobile/img/imgs_21.jpg?rho_open_target=_blanck" + WebView.navigate "http://www.google.com/images/icons/product/chrome-48.png?rho_open_target=_blank" end it "test navigate local file" do puts "runnuni open local file: #{@@file_name}" WebView.navigate "file://" + @@file_name @@ -48,10 +48,10 @@ it "test open local page" do WebView.navigate "/app" end it "test open external http" do - WebView.navigate "http://rhomobile.com/wp-content/themes/rhomobile/img/imgs_21.jpg?rho_open_target=_blanck" + WebView.navigate "http://www.google.com/images/icons/product/chrome-48.png?rho_open_target=_blank" end it "test open local file" do puts "runnuni open local file: #{@@file_name}" System.open_url "file://" + @@file_name