upgrade tests

This commit is contained in:
Graham Knop 2010-03-19 10:40:03 -05:00
parent fb6a78d39d
commit d41dc5adb6
13 changed files with 105 additions and 9 deletions

View file

@ -0,0 +1,2 @@
die "Upgrade failure\n";

View file

@ -0,0 +1,4 @@
report 'Simple Output';
done;

View file

@ -0,0 +1,2 @@
$variable = "value";

View file

@ -0,0 +1,3 @@
report "Simple Upgrade Step";
done;