Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Whether you're merging down from a branch or making changes directly to the trunk, you should be reasonably certain that your change won't break existing code.  One way to quickly check is to run "ant junit" prior to check-in.  If you're paranoidstill not sure, you may also run several of the system tests as described in the readme.txt in the root of the source tree.

...