summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/db/gloda/test/unit/test_nuke_migration_from_future.js
blob: f60c1dd29e3d68f190f76664769fe3ae3b20a383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * There are actually two ways the nuke migration can be invoked.  From
 * a database too far from the future, and too far from the past.  This
 * one is the future one.  We must keep ourselves safe from time-traveling
 * grandchildren!
 */

/* import-globals-from test_nuke_migration.js */
load("test_nuke_migration.js");

// pick something so far forward it will never get used!
BAD_DB_VERSION_TO_USE = 100000000;