チェンジセット 1075

差分発生行の前後
無視リスト:
コミット日時:
2008/04/22 22:04:06 (3 ヶ月前)
コミッタ:
yossy
ログメッセージ:

CommandList?の例外捕捉テスト追加

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • trunk/2.0.x/tests/jp/progression/core/commands/CommandsAllTests.as

    r1070 r1075  
    1010                public static const RunWith:Class = Suite; 
    1111                public static const SuiteClasses:Array = [ 
    12                         CommandTest 
     12                        CommandTest, 
     13                        CommandListTest 
    1314                ]; 
    1415        }