OSDN Git Service

Modify the Spec for a min property
authordhrname <dhrname@users.sourceforge.jp>
Thu, 12 Feb 2015 13:15:59 +0000 (22:15 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Thu, 12 Feb 2015 13:15:59 +0000 (22:15 +0900)
tool/Spec/spec/SvgDomSpec.js

index 307a101..893801b 100644 (file)
@@ -2647,6 +2647,9 @@ describe("SMIL Animation Spec", function() {
         simpleDur: act.simpleDur\r
       } );\r
       expect(act.$d.call()).toEqual(Math.floor(2000*act.fpms));\r
+    } );\r
+    /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/\r
+    it("should be this for the value (the invalid partion)", function() {\r
       /*min > max*/\r
       act.up("$d").mix( {\r
         min: "3",\r
@@ -2655,9 +2658,7 @@ describe("SMIL Animation Spec", function() {
         simpleDur: act.simpleDur\r
       } );\r
       expect(act.$d.call()).toEqual(Math.floor(1000*act.fpms));\r
-    } );\r
-    /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/\r
-    it("should be this for the value (the invalid partion)", function() {\r
+      \r
       act.repeatDur = null;\r
       act.repeatCount = "indefinite";\r
       act.dur = "1";\r