diff src/alice/test/codesegment/local/TestCodeSegment.java @ 183:75150396681c working

use synchronizedList
author e095732
date Tue, 26 Feb 2013 14:24:23 +0900
parents 52a1fa5ba38b
children 4475ba30238f
line wrap: on
line diff
--- a/src/alice/test/codesegment/local/TestCodeSegment.java	Tue Feb 26 13:46:18 2013 +0900
+++ b/src/alice/test/codesegment/local/TestCodeSegment.java	Tue Feb 26 14:24:23 2013 +0900
@@ -31,8 +31,9 @@
 		TestCodeSegment cs = new TestCodeSegment();
 		cs.arg1.setKey("key1", arg1.index);
 		*/
-		ods.update("local","key1",arg1.asInteger()+1);
-		//ods.flip(arg1, arg1.asInteger()+1);
+		//ods.update("key1",arg1.asInteger()+1);
+		//ods.update("local","key1",arg1.asInteger()+1);
+		ods.flip(arg1, arg1.asInteger()+1);
 		new TestCodeSegment();
 		//new TestCodeSegment(arg1.index);