[DS-643] New testing framework (GSoC 2010)

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5252 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Pere Villega
2010-08-10 09:10:00 +00:00
parent b779342fdd
commit 5b83e188c0
127 changed files with 36011 additions and 86 deletions

View File

@@ -73,7 +73,7 @@ public class LicenseUtils
int i = 1;
for (String key : additionalInfo.keySet())
{
args[6 + 1] = new FormattableArgument(key, additionalInfo
args[6 + i] = new FormattableArgument(key, additionalInfo
.get(key));
i++;
}
@@ -86,7 +86,7 @@ public class LicenseUtils
/**
* Utility method if no additional arguments has need to be supplied to the
* license template. (i.e. call the full getLicenseText suppling
* license template. (i.e. call the full getLicenseText supplying
* <code>null</code> for the additionalInfo argument)
*
* @param locale