• R/O
  • SSH
  • HTTPS

grasp: Commit


Commit MetaInfo

Revision51 (tree)
Time2009-07-29 02:07:40
Authornagashimahr

Log Message

(empty log message)

Change Summary

Incremental Difference

--- Grasp/sandbox/Sample/testcases/local/grasp/utils/SampleUtilsTest.java (revision 50)
+++ Grasp/sandbox/Sample/testcases/local/grasp/utils/SampleUtilsTest.java (revision 51)
@@ -23,9 +23,9 @@
2323 }
2424
2525 public void testConcat() {
26- String a = null;
27- String b = null;
28- String expected = null;
26+ String a = "a";
27+ String b = "b";
28+ String expected = "ab";
2929 SampleUtils target = new SampleUtils();
3030 String actual = target.concat(a, b);
3131 assertEquals(expected, actual);
Show on old repository browser