チェンジセット 4186
- コミット日時:
- 2010/08/13 19:25:50 (3 年前)
- ファイル:
-
- as3/BEFoundation/trunk/.FlexUnitSettings/FlexUnitApplicationLastRun.xml (更新) (1 diff)
- as3/BEFoundation/trunk/.flexLibProperties (更新) (1 diff)
- as3/BEFoundation/trunk/bin/BEFoundation.swc (削除)
- as3/BEFoundation/trunk/bin/FlexUnitApplication.swf (更新) (変更前)
- as3/BEFoundation/trunk/src/FlexUnitApplication.mxml (更新) (1 diff)
- as3/BEFoundation/trunk/src/org/libspark/util/Uints.as (追加)
- as3/BEFoundation/trunk/tests/org/libspark/util/UintsTest.as (追加)
- as3/BEFoundation/trunk/tests/org/libspark/util/UtilAllTests.as (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/BEFoundation/trunk/.FlexUnitSettings/FlexUnitApplicationLastRun.xml
r4161 r4186 2 2 <testrun name="" > 3 3 <testsuite name="Default Test Suite" project="BEFoundation"> 4 <testsuite name="org.libspark.events:HierarchcalEventDispatcherTest" type="testsuiteclass"/> 5 <testsuite name="org.libspark.util:ClassesTest" type="testsuiteclass"/> 6 <testsuite name="org.libspark.model:ArrayModelTest" type="testsuiteclass"/> 7 <testsuite name="org.libspark.collection.array:ArrayedArrayTest" type="testsuiteclass"/> 8 <testsuite name="org.libspark.common:AnyTest" type="testsuiteclass"/> 9 <testsuite name="org.libspark.common.serialize:JSONSerializerTest" type="testsuiteclass"/> 10 <testsuite name="org.libspark.collection.array:ArrayAllTests" type="testcaseclass"/> 11 <testsuite name="org.libspark.common:CommonAllTests" type="testcaseclass"/> 12 <testsuite name="org.libspark.model:ModelAllTests" type="testcaseclass"/> 13 <testsuite name="org.libspark.collection:CollectionAllTests" type="testcaseclass"/> 14 <testsuite name="org.libspark:AllTests" type="testcaseclass"/> 15 <testsuite name="org.libspark.util:UtilAllTests" type="testcaseclass"/> 16 <testsuite name="org.libspark.common.serialize:SerializeAllTests" type="testcaseclass"/> 17 <testsuite name="org.libspark.events:EventsAllTests" type="testcaseclass"/> 4 <testsuite name="org.libspark.util:UintsTest" type="testsuiteclass"/> 18 5 </testsuite> 19 6 </testrun> as3/BEFoundation/trunk/.flexLibProperties
r4161 r4186 96 96 <classEntry path="org.libspark.common.serialize.Person"/> 97 97 <classEntry path="org.libspark.common.serialize.Primitives"/> 98 <classEntry path="org.libspark.util.Uints"/> 99 <classEntry path="org.libspark.util.UintsTest"/> 98 100 </includeClasses> 99 101 <includeResources/> as3/BEFoundation/trunk/src/FlexUnitApplication.mxml
r4161 r4186 8 8 <fx:Script> 9 9 <
