commit | e530b5bf228ae3f70e98cac01359277fca9208e9 | [log] [tgz] |
---|---|---|
author | Anatol Pomazau <anatol@google.com> | Fri Jul 09 11:00:59 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Jul 12 12:52:57 2010 -0700 |
tree | 5279997c7e5e848fd0a875385d7f54f0be6c121e | |
parent | 8cb68dcc704fc0a29069230c6e2fa2ff9893564f [diff] |
Migrate to JUnit 4.8.1 This is the latest release available on the maven repo. Maven surefire plugin for JUnit4 does not like when a class that contains Test in its name has no @Test annotated methods. To fix this issue I renamed the class TestDatabase -> InMemoryDatabase. See http://jira.codehaus.org/browse/SUREFIRE-482 for more information. Change-Id: I9ee452cc0b73a48e68448200cf7b41660b2d8680