From 12b0821e55f7310b6f21118f328745e5b07a5c8a Mon Sep 17 00:00:00 2001 From: dhrname Date: Tue, 13 Jan 2015 23:03:51 +0900 Subject: [PATCH] Add the Spec for a SMIL Animation --- tool/Spec/spec/SvgDomSpec.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tool/Spec/spec/SvgDomSpec.js b/tool/Spec/spec/SvgDomSpec.js index 9c3b345..dcabeec 100644 --- a/tool/Spec/spec/SvgDomSpec.js +++ b/tool/Spec/spec/SvgDomSpec.js @@ -2045,16 +2045,16 @@ describe("SVG Spec in JavaScript", function() { t.setAttrributeNodeNS(attr); }).toThrow(); }); - - - /*hasAttributeNSメソッドの境界条件を調べておく (limit value analysis, when it calls a insertBefore method)*/ - it("should be this for the value, when it calls a hasAttributeNS method (limit value analysis)", function() { - }); - /*hasAttributeNSメソッドの同値分割をして、有効同値クラスを調べておく (Equivalence partitioning, the following is the valid partion)*/ - it("should be this for the value, when it calls a hasAttributeNS method (the valid partion)", function() { - }); - /*hasAttributeNSメソッドの同値分割をして、無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/ - it("should be this for the value, when it calls a hasAttributeNS method (the invalid partion)", function() { - }); }); -}); \ No newline at end of file +}); +describe("SMIL Animation Spec", function() { + /*境界条件を調べておく (limit value analysis, when it calls a insertBefore method)*/ + it("should be this for the value, when it calls a hasAttributeNS method (limit value analysis)", function() { + }); + /*同値分割をして、有効同値クラスを調べておく (Equivalence partitioning, the following is the valid partion)*/ + it("should be this for the value, when it calls a hasAttributeNS method (the valid partion)", function() { + }); + /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/ + it("should be this for the value, when it calls a hasAttributeNS method (the invalid partion)", function() { + }); +} ) -- 2.11.0