putschema.t.cs: fix some minor error message incompatibilities.
commit7300583f78066f06c75da0f5d446f7ac604392e5
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 22:22:24 +0000 (7 18:22 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 22:22:24 +0000 (7 18:22 -0400)
treecd5d035b58253bb60d797117c95677d1c33d76c8
parentbe566de6e6fb77df29f5f2ec73f20b641d0a9533
putschema.t.cs: fix some minor error message incompatibilities.

Remove the trailing single quote from some literal error messages we test
for, because it defeats the StartsWith() test in TestTableUpdateError().  If
the error string really only *starts* with the expected string, then there
may be more stuff before the trailing quote, so we won't check for it.
versaplexd/t/putschema.t.cs