Skip to content
Snippets Groups Projects
Commit 36955972 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Style changes.

parent c640558e
No related branches found
No related tags found
1 merge request!3ENH: Full functionality
Pipeline #12969 failed
...@@ -76,11 +76,6 @@ function test_insert_file() ...@@ -76,11 +76,6 @@ function test_insert_file()
end end
download_result = c.download_file_by_single_id(F1_id, outfilename_1); download_result = c.download_file_by_single_id(F1_id, outfilename_1);
disp(outfilename_1);
disp(download_result);
download_result.get_errors()
download_result.get_warnings()
fid_orig = fopen(filenames{1}, "r"); fid_orig = fopen(filenames{1}, "r");
fid_retr = fopen(outfilename_1, "r"); fid_retr = fopen(outfilename_1, "r");
[data_orig, count_orig] = fread(fid_orig, Inf, "*uint8"); [data_orig, count_orig] = fread(fid_orig, Inf, "*uint8");
...@@ -94,7 +89,6 @@ function test_insert_file() ...@@ -94,7 +89,6 @@ function test_insert_file()
% cleanup(); % cleanup();
end end
% Utility functions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Utility functions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% print the messages into a cell %% print the messages into a cell
......
...@@ -171,7 +171,6 @@ function test_execute_query_failure() ...@@ -171,7 +171,6 @@ function test_execute_query_failure()
assertTrue(isempty(results)); assertTrue(isempty(results));
end end
%% Utility functions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Utility functions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Return a struct with the IDs %% Return a struct with the IDs
...@@ -206,7 +205,7 @@ function ids = insert_data() ...@@ -206,7 +205,7 @@ function ids = insert_data()
par = Parent(); par = Parent();
par.id = ids.RT1; par.id = ids.RT1;
RT1.set_parents({par}) % self-inheritance RT1 <|- RT1 RT1.set_parents({par}); % self-inheritance RT1 <|- RT1
RT1.id = ids.RT1; RT1.id = ids.RT1;
c.update({RT1}); c.update({RT1});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment