Skip to content

Commit

Permalink
opportunistic cleanup
Browse files Browse the repository at this point in the history
reactivate tests
linter
no need for static here
  • Loading branch information
cmangeat authored and sebr72 committed Nov 9, 2023
1 parent 3a83a5b commit 416a1aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ public MockHttpSession loginAsAnonymous() {
return session;
}


private static Element getSample(String resource) throws IOException, JDOMException {
private Element getSample(String resource) throws IOException, JDOMException {
final URL resourceUrl = AbstractCoreIntegrationTest.class.getResource(resource);
return Xml.loadStream(resourceUrl.openStream());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ public void setUp() throws Exception {
schema = metadata.getDataInfo().getSchemaId();
}

// TODOES
@Test
@Ignore
public void testExec() throws Exception {
final FormatterAdminApi.FormatterDataResponse formatters =
listService.listFormatters(null, null, schema, false, false);
Expand Down Expand Up @@ -118,7 +116,6 @@ public void testExec() throws Exception {
}
}

@Ignore
@Test
public void testExecXslt() throws Exception {
final ServletContext context = _applicationContext.getBean(ServletContext.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,11 @@
</div>
</div>


<div class="row gn-section gn-section-{{mdView.current.record.resourceType[0]}}">
<div class="col-md-12 gn-record">
<h2 data-translate="">technicalInformation</h2>
</div>
<div
class="gn-md-side gn-nopadding-top col-md-8"
>
<div class="gn-md-side gn-nopadding-top col-md-8">
<div
class="col-3 gn-padding-bottom-lg"
ng-include="'../../catalog/views/default/templates/recordView/technical.html'"
Expand All @@ -101,7 +98,6 @@ <h2 data-translate="">technicalInformation</h2>
</div>
</div>


<div
class="row gn-section gn-section-{{mdView.current.record.resourceType[0]}}"
data-ng-if="mdView.current.record.featureTypes.length
Expand Down

0 comments on commit 416a1aa

Please sign in to comment.