[Fb-contrib-commit] SF.net SVN: fb-contrib: [883] trunk/fb-contrib/samples/ISB_Sample.java
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-04-29 19:37:56
|
Revision: 883 http://svn.sourceforge.net/fb-contrib/?rev=883&view=rev Author: dbrosius Date: 2007-04-29 12:37:54 -0700 (Sun, 29 Apr 2007) Log Message: ----------- more tests Modified Paths: -------------- trunk/fb-contrib/samples/ISB_Sample.java Modified: trunk/fb-contrib/samples/ISB_Sample.java =================================================================== --- trunk/fb-contrib/samples/ISB_Sample.java 2007-03-17 02:01:58 UTC (rev 882) +++ trunk/fb-contrib/samples/ISB_Sample.java 2007-04-29 19:37:54 UTC (rev 883) @@ -94,5 +94,16 @@ int j = 2; throw new RuntimeException("i=" + i + ", j=" + j); } + + public void testFPISB11(StringBuilder sb, String a, String b) + { + ISB_Sample isb = new ISB_Sample(); + sb.append(isb.xform(a + b)); + } + + public String xform(String a) + { + return a; + } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |