removed tests

This commit is contained in:
Francesco Mangiacrapa 2021-03-15 16:03:05 +01:00
parent e4b8d6c276
commit d8d4b204f0
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ public class CKanMetadataPublisher implements EntryPoint {
//testSpatialWidget(); //testSpatialWidget();
testManageResources(); //testManageResources();
} }

View File

@ -35,7 +35,7 @@
<b:Alert ui:field="showAlert" visible="false"></b:Alert> <b:Alert ui:field="showAlert" visible="false"></b:Alert>
<g:FlowPanel ui:field="selectResourcesContainer" <g:FlowPanel ui:field="selectResourcesContainer"
width="100%"> width="100%">
<b:Label ui:field="labelNothing">Nothing</b:Label> <b:Label ui:field="labelNothing">no file selected</b:Label>
</g:FlowPanel> </g:FlowPanel>
</g:HTMLPanel> </g:HTMLPanel>

View File

@ -63,7 +63,7 @@ public class TestPublishingWidget {
} }
@Test //@Test
public void getDatasetBeanTest() throws Exception{ public void getDatasetBeanTest() throws Exception{
ScopeProvider.instance.set(scope); ScopeProvider.instance.set(scope);
String userName = testUser; String userName = testUser;