チェンジセット 233
- コミット日時:
- 2008/04/15 20:01:21 (14 年前)
- ファイル:
-
- trunk/im-jssp/src/test/java/org/intra_mart/jssp/util/JavaScriptUtilityTest.java (更新) (7 diffs)
- trunk/im-jssp/src/test/resources/org/intra_mart/jssp/util/JavaScriptUtilityTestModel4PrimitiveAndWrapperProperty.js (移動) (trunk/im-jssp/src/test/java/org/intra_mart/jssp/util/JavaScriptUtilityTestModel4PrimitiveAndWrapperProperty.js から 移動)
- trunk/im-jssp/src/test/resources/org/intra_mart/jssp/util/JavaScriptUtilityTestModelA.js (移動) (trunk/im-jssp/src/test/java/org/intra_mart/jssp/util/JavaScriptUtilityTestModelA.js から 移動)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/im-jssp/src/test/java/org/intra_mart/jssp/util/JavaScriptUtilityTest.java
r232 r233 1086 1086 1087 1087 InputStream is = this.getClass().getResourceAsStream(jsSoucePath); 1088 assert(is != null); 1088 1089 Reader in = new InputStreamReader(is, "UTF-8"); 1089 1090 … … 1125 1126 1126 1127 InputStream is = this.getClass().getResourceAsStream(jsSoucePath); 1128 assert(is != null); 1127 1129 Reader in = new InputStreamReader(is, "UTF-8"); 1128 1130 … … 1164 1166 1165 1167 InputStream is = this.getClass().getResourceAsStream(jsSoucePath); 1168 assert(is != null); 1166 1169 Reader in = new InputStreamReader(is, "UTF-8"); 1167 1170 … … 1190 1193 } 1191 1194 catch (IllegalConversionException e) { 1192 e.printStackTrace();1195 System.out.println(e.getMessage()); 1193 1196 assertTrue("IllegalConversionException", true); 1194 1197 return; … … 1204 1207 1205 1208 InputStream is = this.getClass().getResourceAsStream(jsSoucePath); 1209 assert(is != null); 1206 1210 Reader in = new InputStreamReader(is, "UTF-8"); 1207 1211 … … 1252 1256 1253 1257 InputStream is = this.getClass().getResourceAsStream(jsSoucePath); 1258 assert(is != null); 1254 1259 Reader in = new InputStreamReader(is, "UTF-8"); 1255 1260 … … 1298 1303 1299 1304 InputStream is = this.getClass().getResourceAsStream(jsSoucePath); 1305 assert(is != null); 1300 1306 Reader in = new InputStreamReader(is, "UTF-8"); 1301 1307