[FOray-commit] SF.net SVN: foray:[10734] trunk/foray
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2009-04-21 18:08:27
|
Revision: 10734
http://foray.svn.sourceforge.net/foray/?rev=10734&view=rev
Author: victormote
Date: 2009-04-21 18:08:17 +0000 (Tue, 21 Apr 2009)
Log Message:
-----------
Fix annotation array problem that causes problems for some compilers.
Modified Paths:
--------------
trunk/foray/foray-app/src/javatest/org/foray/app/TestFOrayAll.java
trunk/foray/foray-common/src/javatest/org/foray/common/TestFOrayCommon.java
Modified: trunk/foray/foray-app/src/javatest/org/foray/app/TestFOrayAll.java
===================================================================
--- trunk/foray/foray-app/src/javatest/org/foray/app/TestFOrayAll.java 2009-04-21 17:28:06 UTC (rev 10733)
+++ trunk/foray/foray-app/src/javatest/org/foray/app/TestFOrayAll.java 2009-04-21 18:08:17 UTC (rev 10734)
@@ -55,7 +55,7 @@
TestFOrayFOTree.class,
TestFOrayAreaTree.class,
TestFOrayRender.class,
- TestFOrayApp.class,
+ TestFOrayApp.class
})
public class TestFOrayAll extends TestSuite {
Modified: trunk/foray/foray-common/src/javatest/org/foray/common/TestFOrayCommon.java
===================================================================
--- trunk/foray/foray-common/src/javatest/org/foray/common/TestFOrayCommon.java 2009-04-21 17:28:06 UTC (rev 10733)
+++ trunk/foray/foray-common/src/javatest/org/foray/common/TestFOrayCommon.java 2009-04-21 18:08:17 UTC (rev 10734)
@@ -47,7 +47,7 @@
TestCharVector.class,
TestStringUtil.class,
TestTernaryTreeMap.class,
- TestUnicodeChar.class,
+ TestUnicodeChar.class
})
public class TestFOrayCommon extends TestCase {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|