removed tests
This commit is contained in:
parent
e4b8d6c276
commit
d8d4b204f0
|
@ -52,7 +52,7 @@ public class CKanMetadataPublisher implements EntryPoint {
|
|||
|
||||
//testSpatialWidget();
|
||||
|
||||
testManageResources();
|
||||
//testManageResources();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<b:Alert ui:field="showAlert" visible="false"></b:Alert>
|
||||
<g:FlowPanel ui:field="selectResourcesContainer"
|
||||
width="100%">
|
||||
<b:Label ui:field="labelNothing">Nothing</b:Label>
|
||||
<b:Label ui:field="labelNothing">no file selected</b:Label>
|
||||
</g:FlowPanel>
|
||||
</g:HTMLPanel>
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ public class TestPublishingWidget {
|
|||
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void getDatasetBeanTest() throws Exception{
|
||||
ScopeProvider.instance.set(scope);
|
||||
String userName = testUser;
|
||||
|
|
Loading…
Reference in New Issue