removed tests
This commit is contained in:
parent
e4b8d6c276
commit
d8d4b204f0
|
@ -52,7 +52,7 @@ public class CKanMetadataPublisher implements EntryPoint {
|
||||||
|
|
||||||
//testSpatialWidget();
|
//testSpatialWidget();
|
||||||
|
|
||||||
testManageResources();
|
//testManageResources();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue