This repository was archived by the owner on Jan 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -724,18 +724,16 @@ TestSuiteElement Setup (TestSuite suite)
724724
725725 root . Add ( section ) ;
726726
727- if ( section . Count > 1 ) {
728- Section options = new Section ( ) {
729- new StringElement ( "Run all" , delegate ( ) {
730- if ( OpenWriter ( suite . Name ) ) {
731- Run ( suite ) ;
732- CloseWriter ( ) ;
733- suites_dvc [ suite ] . Filter ( ) ;
734- }
735- } )
736- } ;
737- root . Add ( options ) ;
738- }
727+ Section options = new Section ( ) {
728+ new StringElement ( "Run all" , delegate ( ) {
729+ if ( OpenWriter ( suite . Name ) ) {
730+ Run ( suite ) ;
731+ CloseWriter ( ) ;
732+ suites_dvc [ suite ] . Filter ( ) ;
733+ }
734+ } )
735+ } ;
736+ root . Add ( options ) ;
739737
740738 suites_dvc . Add ( suite , new TouchViewController ( root ) ) ;
741739 return tse ;
You can’t perform that action at this time.
0 commit comments