Skip to content

Commit

Permalink
fix #934 Missing and duplicate tests in the suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-g committed Jan 20, 2014
1 parent 95e922b commit 878a263
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/aria/templates/TemplatesTestSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Aria.classDefinition({

this.addTests("test.aria.templates.dynamicSection.DynSectionTestCase");
this.addTests("test.aria.templates.focusHandling.FocusHandlingTestCase");
this.addTests("test.aria.templates.focusHandling.FocusHandlingTestCase");
this.addTests("test.aria.templates.focusHandling.focuscheck.FocusCheckTestCase");
this.addTests("test.aria.templates.inheritance.TemplateInheritanceTestCase");
this.addTests("test.aria.templates.generatedId.IncrementalElementIdTestCase");
this.addTests("test.aria.templates.issue142.HtmlStyleTemplateTestCase");
Expand Down
1 change: 0 additions & 1 deletion test/aria/utils/UtilsTestSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Aria.classDefinition({

this.addTests("test.aria.utils.cssLoader.CSSLoader");
this.addTests("test.aria.utils.cfgframe.AriaWindowTest");
this.addTests("test.aria.utils.dragdrop.DragDropBean");
this.addTests("test.aria.utils.css.AnimationsTestSuite");
this.addTests("test.aria.utils.css.Effects");
this.addTests("test.aria.utils.environment.EnvironmentTestSuite");
Expand Down

0 comments on commit 878a263

Please sign in to comment.