Author: gmazza
Date: Wed Jul 31 12:12:20 2013
New Revision: 1508828
URL: http://svn.apache.org/r1508828
Log:
Typos fixed.
Modified:
roller/trunk/app/src/main/java/org/apache/roller/weblogger/TestUtils.java
Modified:
roller/trunk/app/src/main/java/org/apache/roller/weblogger/TestUtils.java
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/java/org/apache/roller/weblogger/TestUtils.java?rev=1508828&r1=1508827&r2=1508828&view=diff
==============================================================================
--- roller/trunk/app/src/main/java/org/apache/roller/weblogger/TestUtils.java
(original)
+++ roller/trunk/app/src/main/java/org/apache/roller/weblogger/TestUtils.java
Wed Jul 31 12:12:20 2013
@@ -83,13 +83,13 @@ public final class TestUtils {
if (StringUtils.isNotEmpty(local) && local.equals("true")) {
System.out
- .println("Reseting tables for local tests:
roller.tests.reset="
+ .println("Resetting tables for local tests:
roller.tests.reset="
+ local);
try {
clearTestData();
} catch (Exception e) {
- System.out.println("Error reseting tables : "
+ System.out.println("Error resetting tables : "
+ e.getMessage());
} finally {
// flush
@@ -164,7 +164,7 @@ public final class TestUtils {
} else {
throw new RuntimeException(
- "Reseting tables script unsupported database or not
found :"
+ "Resetting tables script unsupported database or not
found :"
+ dbname);
}