Skip to content

Commit e19f9a3

Browse files
committed
Fix tests
1 parent 74949be commit e19f9a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

signalData/resources/views/mockSignalDataWatch.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(function() {
77

88
var RUN_FOLDER = "TestRun001";
9+
var SIGNAL_DATA_FILE_ROOT = "SignalDataAssayData/" + RUN_FOLDER + "/";
910

1011
function getEl(selector) {
1112
return Ext4.get(Ext4.DomQuery.select(selector)[0]);
@@ -66,7 +67,7 @@
6667
Ext4.each(fileSet, function(file) {
6768
dataRows.push({
6869
Name: file.text,
69-
DataFile: file.text,
70+
DataFile: SIGNAL_DATA_FILE_ROOT + file.text,
7071
TestType: 'SMP'
7172
});
7273
dataInputs.push({

0 commit comments

Comments
 (0)