チェンジセット 3522: as3/gunyarapaint/branches/gunyarapaint/test/src/org/libspark/gunyarapaint/framework/module/EraserModuleTest.as
- コミット日時:
- 2010/03/12 01:08:53 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/branches/gunyarapaint/test/src/org/libspark/gunyarapaint/framework/module/EraserModuleTest.as
r3513 r3522 13 13 { 14 14 var recorder:Recorder = Recorder.create(1, 1, 1); 15 var factory:DrawModuleFactory = new DrawModuleFactory(recorder);16 var module:IDrawable = factory.create(EraserModule.ERASER);15 var context:DrawModuleFactory = new DrawModuleFactory(recorder); 16 var module:IDrawable = context.getModule(EraserModule.ERASER); 17 17 Assert.assertTrue(module is EraserModule); 18 18 Assert.assertEquals(module.name, EraserModule.ERASER);

