[gnome-boxes] tests: Remove semicolon from VNC URLs



commit f113290497d32ecc214a7fb57422d8c104a8b6fb
Author: Vladimir Benes <benesv email cz>
Date:   Tue Jul 28 22:17:26 2015 +0200

    tests: Remove semicolon from VNC URLs
    
    Remove redundant semicolon from the end of VNC URLs. This was most likely a
    typo.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751229

 tests/vnc.feature |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/vnc.feature b/tests/vnc.feature
index b4fa761..997c3ea 100644
--- a/tests/vnc.feature
+++ b/tests/vnc.feature
@@ -6,7 +6,7 @@ Feature: Vnc
 
   @new_vnc_localhost_box
   Scenario: New VNC box
-    * Create new box from url "vnc://localhost:5901;"
+    * Create new box from url "vnc://localhost:5901"
     * Press "Create"
     * Wait for "sleep 2" end
     Then Box "localhost" "does" exist
@@ -22,7 +22,7 @@ Feature: Vnc
 
   @vnc_restart_persistence
   Scenario: VNC restart persistence
-    * Create new box from url "vnc://localhost:5901;"
+    * Create new box from url "vnc://localhost:5901"
     * Press "Create"
     * Quit Boxes
     * Start Boxes


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]