[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestSerialBandwidth TestSerial.java, 1.2, 1.3
Phil Levis
scipio at users.sourceforge.net
Tue May 20 17:50:27 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerialBandwidth
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19496
Modified Files:
TestSerial.java
Log Message:
NULL
Index: TestSerial.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestSerialBandwidth/TestSerial.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TestSerial.java 12 Jul 2006 16:59:26 -0000 1.2
--- TestSerial.java 21 May 2008 00:50:11 -0000 1.3
***************
*** 76,80 ****
public static void main(String[] args) throws Exception {
! String source = "";
System.out.println("hello");
if (args.length == 2) {
--- 76,80 ----
public static void main(String[] args) throws Exception {
! String source = null;
System.out.println("hello");
if (args.length == 2) {
More information about the Tinyos-2-commits
mailing list