Skip to content

Commit

Permalink
Temporary removing of all tests for OF LiveDemo according to some wro…
Browse files Browse the repository at this point in the history
…ng configuration of Build Server. The will be back as soon as everything else will be stable.
  • Loading branch information
Dmytry Kashcheiev committed Jan 21, 2014
1 parent e38149a commit 51e4285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions funcTests/source/org/openfaces/requests/JSFC_2294Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
package org.openfaces.requests;

import com.thoughtworks.selenium.Selenium;
import org.junit.Ignore;
import org.junit.Test;
import org.openfaces.test.OpenFacesTestCase;
import org.seleniuminspector.openfaces.TreeTableInspector;
Expand All @@ -23,6 +24,7 @@
public class JSFC_2294Test extends OpenFacesTestCase {

@Test
@Ignore
public void testThereIsNoJSErrorOnAjaxTreeTableReloading() {
Selenium selenium = getSelenium();
liveDemoPage("/treetable/TreeTable_selectionAndKeyboard.jsf");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

import com.thoughtworks.selenium.Selenium;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
import org.seleniuminspector.openfaces.DateChooserInspector;
import org.seleniuminspector.openfaces.OpenFacesAjaxLoadingMode;
Expand Down Expand Up @@ -62,6 +63,7 @@ public void testClientValidationDefault() {
}

@Test
@Ignore
public void testChangeLocaleFromBinding() {
Selenium selenium = getSelenium();
liveDemoPage("/datechooser/DateChooser.jsf");
Expand Down

0 comments on commit 51e4285

Please sign in to comment.