[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Correct copy-n-paste error
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |