[parancoe] push by enricogi...@gmail.com - slight changes log in the FixtureHelper class on 2012-01-27 04:49 GMT

0 views
Skip to first unread message

para...@googlecode.com

unread,
Jan 26, 2012, 11:51:03 PM1/26/12
to parancoe...@googlegroups.com
Revision: 9bdba9779e20
Author: enricogiurin <enrico...@gmail.com>
Date: Thu Jan 26 20:49:06 2012
Log: slight changes log in the FixtureHelper class
http://code.google.com/p/parancoe/source/detail?r=9bdba9779e20

Modified:
/parancoe-core/src/main/java/org/parancoe/util/FixtureHelper.java

=======================================
--- /parancoe-core/src/main/java/org/parancoe/util/FixtureHelper.java Sat
Sep 4 02:41:52 2010
+++ /parancoe-core/src/main/java/org/parancoe/util/FixtureHelper.java Thu
Jan 26 20:49:06 2012
@@ -121,13 +121,13 @@
// Mantiene l'ordine di inserimento
fixtures.put(model, null);
} else {
- logger.warn("No fixtures for "
+ logger.warn("No fixture for "
+ getModelName(model) + " in the file '"
+ fixtureFileName + "' ?");
}
} catch (FileNotFoundException e) {
logger.warn("Fixture file not found for "
- + getModelName(model) + ", did you created the
file '"
+ + getModelName(model) + ", did you create the
file '"
+ fixtureFileName + "' ?");
} catch (IOException e) {
logger.error("Loading of fixtures failed for "
@@ -201,8 +201,8 @@
GenericDaoBase dao) {
logger.debug("Populating table for " + getModelName(model));
if (fixtures == null) {
- logger.warn("No fixtures for " + getModelName(model)
- + ", did you created the file '" +
getFixtureFileName(model)
+ logger.warn("No fixture for " + getModelName(model)
+ + ", did you create the file '" +
getFixtureFileName(model)
+ "'?");
return;
}

Reply all
Reply to author
Forward
0 new messages