Bug #747
WordPress converter requires prefixed tables
| Status : | Closed | Start : | ||
| Priority : | Normal | Due date : | ||
| Assigned to : | tobi - | % Done : | 0% |
|
| Category : | backend | |||
| Target version : | 5.0.4 | |||
| Resolution : | fixed |
Description
The converter requires a prefix, while WordPress does not.
Solution trivial, add _ to the end of prefix, in case it does not exist, and remove the _ from the source.
I have not been able to figure out how to pass an empty value to --prefix without throwing a handful of exceptions though.
Associated revisions
Add test for trackback-pinging an article.
Fix trackback pinging so it actually works.
Move some test helper methods from xml_controller_test into test_helper.
Fix the XPath helper methods to support non-Element results
Also fixes #747