Branched from #1258026: Implement userpoint bundles

Implement UpdatePathTestCase

Todo

  • Requires use of drupal 7 database dump. Which filled dump to use (simple or standard)? Probably standard. Currently using simpletest/tests/upgrade/drupal-7.bare.standard_all.database.php.gz + tests/upserpoints.filled.database.php and tests/userpoints.filled.database.all.php.gz.
  • Requires a database dump of userpoints, userpoints_totals, and userpoints_txn tables.
  • Insert into taxonomy, vocabulary.
  • Insert more users and more user points.
    • Open question to current userpoints users: what types of data need to be added into the userpoints, userpoints_totals, and userpoints_txn tables?

Comments

berdir’s picture

In TMGMT, I used a technique where I only have a dump of the module tables and then messed around in the system table to enable but not install them.

It's a bit messy but allows you to have a dump with a few KB instead of 500+ :)

See http://api.worldempire.ch/api/tmgmt/tmgmt.test/function/TMGMTUpgradeAlph...

mradcliffe’s picture

Issue summary: View changes

Add some more todos to the issue summary.