From c535948f140c681f41622dda7e98506b06b313f4 Mon Sep 17 00:00:00 2001
From: jakubs <jakubs>
Date: Tue, 28 May 2013 15:17:50 +0000
Subject: [PATCH] SP-679 BIS-434 restore the failing test

SVN: 29240
---
 .../openbis-screening-test/html/openbis-screening-test.js       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js
index 78227ab6c7d..6b6cf503443 100644
--- a/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js
+++ b/js-test/servers/common/core-plugins/tests/1/as/webapps/openbis-screening-test/html/openbis-screening-test.js
@@ -452,11 +452,9 @@ test("loadFeaturesForDatasetWellReferences() for physical data set", function(){
 	testLoadFeaturesForDatasetWellReferences(listFeatureVectorPhysicalDatasets);
 });
 
-/* FAILS
 test("loadFeaturesForDatasetWellReferences() for container data set", function(){
 	testLoadFeaturesForDatasetWellReferences(listFeatureVectorContainerDatasets);
 });
-*/
 
 var testLoadFeatures = function(listFeatureVectorDatasetsFunction){
 	createFacadeAndLogin(function(facade){
-- 
GitLab