Looks good, Ethan
On Mon, Sep 19, 2011 at 11:18, Ben Pfaff <[email protected]> wrote: > --- > tests/test-ovsdb.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tests/test-ovsdb.c b/tests/test-ovsdb.c > index 1cdf69a..1b9ea20 100644 > --- a/tests/test-ovsdb.c > +++ b/tests/test-ovsdb.c > @@ -1779,7 +1779,7 @@ idl_set(struct ovsdb_idl *idl, char *commands, int step) > struct idltest_simple *s; > > if (!arg1 || arg2) { > - ovs_fatal(0, "\"set\" command requires 1 argument"); > + ovs_fatal(0, "\"insert\" command requires 1 argument"); > } > > s = idltest_simple_insert(txn); > @@ -1788,12 +1788,12 @@ idl_set(struct ovsdb_idl *idl, char *commands, int > step) > const struct idltest_simple *s; > > if (!arg1 || arg2) { > - ovs_fatal(0, "\"set\" command requires 1 argument"); > + ovs_fatal(0, "\"delete\" command requires 1 argument"); > } > > s = idltest_find_simple(idl, atoi(arg1)); > if (!s) { > - ovs_fatal(0, "\"set\" command asks for nonexistent " > + ovs_fatal(0, "\"delete\" command asks for nonexistent " > "i=%d", atoi(arg1)); > } > idltest_simple_delete(s); > -- > 1.7.4.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
