WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Correct copy-n-paste error

To: Xen-Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Correct copy-n-paste error
From: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Oct 2006 16:43:23 +1100
Delivery-date: Sun, 29 Oct 2006 21:43:48 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: Xen-Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
Correct copy-n-paste error.

Also Whitespace cleanups.

Signed-off-by: Tony Breeds <tony@xxxxxxxxxxxxxxxxxx>
---
tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py |    6 
++----
1 file changed, 2 insertions(+), 4 deletions(-)

--- a/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py     
Wed Oct 25 15:29:36 2006 +0100
+++ b/tools/xm-test/tests/network-attach/04_network_attach_baddomain_neg.py     
Thu Oct 26 18:56:14 2006 +1000
@@ -10,8 +10,6 @@ eyecatcher = "Error"
 eyecatcher = "Error"
 where = output.find(eyecatcher)
 if status == 0:
-       FAIL("xm block-attach returned bad status, expected non 0, status is: 
%i" % status )
+       FAIL("xm network-attach returned bad status, expected non 0, status is: 
%i" % status )
 elif where == -1:
-       FAIL("xm block-attach returned bad output, expected Error, output is: 
%s" % output )
-
-
+       FAIL("xm network-attach returned bad output, expected Error, output is: 
%s" % output )



Yours Tony

   linux.conf.au       http://linux.conf.au/ || http://lca2007.linux.org.au/
   Jan 15-20 2007      The Australian Linux Technical Conference!


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Correct copy-n-paste error, Tony Breeds <=