Skip to content

Commit e6a031e

Browse files
committed
LC: Fix test and wording
1 parent f92ee6d commit e6a031e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/firefly/js/templates/lightcurve/PeriodogramOptionsPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {RAW_TABLE,PERIODOGRAM, PEAK_TABLE} from '../../templates/lightcurve/LcMa
2424

2525
const gkey = 'PFO_PANEL';
2626
const options= [
27-
{label: 'Lomb Scarble', value:'LombScarble', proj:'LCViewer'},
27+
{label: 'Lomb‑Scargle ', value:'LombScargle', proj:'LCViewer'},
2828
{label: 'Phase Dispersion Minimization', value:'PhaseDispersionMinimization', proj:'LCViewer'},
2929

3030
];

src/firefly/test/edu/caltech/ipac/firefly/server/query/LightCurveProcessorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public String getUrl() {
231231

232232
@Override
233233
public String getResultTable() {
234-
return "http://web.ipac.caltech.edu/staff/ejoliet/demo/vo-nexsci-result-sample.xml";
234+
return "http://web.ipac.caltech.edu/staff/ejoliet/demo/vo-nexsci-result-sample-old.xml";
235235
}
236236
}
237237

0 commit comments

Comments
 (0)