tests: Fix ovsdb tests.
authorBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 18:46:56 +0000 (10:46 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jan 2010 18:46:56 +0000 (10:46 -0800)
commit29381db022b1fd73c3d6e69150dd0cca64a59dfa
tree1dc4b8d363a08099daf530f87bd8080467dfc36d
parent31a763d7d7892bad5c4f839d920bbdbff3167caf
tests: Fix ovsdb tests.

This code was updated to use the new name of the schema, but I accidentally
left in the old code to check for the old schema's name.  This worked fine
in my own tests, because I still have a copy of that file sitting around,
but fails on "make distcheck" or a clean source dir.

So this commit deletes the code that checks for the old schema file.
tests/ovsdb-macros.at