Revision: 1518
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1518&view=rev
Author: dbrosius
Date: 2010-03-08 14:57:12 +0000 (Mon, 08 Mar 2010)
Log Message:
-----------
add new test case
Modified Paths:
--------------
trunk/fb-contrib/samples/ISB_Sample.java
Modified: trunk/fb-contrib/samples/ISB_Sample.java
===================================================================
--- trunk/fb-contrib/samples/ISB_Sample.java 2010-02-16 22:28:56 UTC (rev 1517)
+++ trunk/fb-contrib/samples/ISB_Sample.java 2010-03-08 14:57:12 UTC (rev 1518)
@@ -52,8 +52,16 @@
return sb.toString();
}
- public String testFPISB8(int x)
+ public String testISB8()
{
+ String foo = "foo";
+ foo += " bar";
+
+ return foo;
+ }
+
+ public String testFPISB9(int x)
+ {
StringBuffer sb = new StringBuffer();
sb.append(x);
sb.append("hello");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|