Skip to content
Snippets Groups Projects
Commit c535948f authored by jakubs's avatar jakubs
Browse files

SP-679 BIS-434 restore the failing test

SVN: 29240
parent 23372a8d
No related branches found
No related tags found
No related merge requests found
...@@ -452,11 +452,9 @@ test("loadFeaturesForDatasetWellReferences() for physical data set", function(){ ...@@ -452,11 +452,9 @@ test("loadFeaturesForDatasetWellReferences() for physical data set", function(){
testLoadFeaturesForDatasetWellReferences(listFeatureVectorPhysicalDatasets); testLoadFeaturesForDatasetWellReferences(listFeatureVectorPhysicalDatasets);
}); });
/* FAILS
test("loadFeaturesForDatasetWellReferences() for container data set", function(){ test("loadFeaturesForDatasetWellReferences() for container data set", function(){
testLoadFeaturesForDatasetWellReferences(listFeatureVectorContainerDatasets); testLoadFeaturesForDatasetWellReferences(listFeatureVectorContainerDatasets);
}); });
*/
var testLoadFeatures = function(listFeatureVectorDatasetsFunction){ var testLoadFeatures = function(listFeatureVectorDatasetsFunction){
createFacadeAndLogin(function(facade){ createFacadeAndLogin(function(facade){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment