Skip to content

Commit c2ce8f8

Browse files
authored
Merge pull request #94 from immersivecognition/personal/jack/tests-fix
tests fix
2 parents 9262674 + 24ed003 commit c2ce8f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Assets/UXF/Tests/Editor/TestBuildingFromCSV.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public void BuildTableFromCSV()
134134
}
135135

136136
[Test]
137-
public void BuildTableFromCSVithBlankEntries()
137+
public void BuildTableFromCSVWithBlankEntries()
138138
{
139139
string testCsv = "some_text,an_integer,a_float\n" +
140140
"hello,123,3.14\n" +

Assets/UXF/Tests/Editor/TestFileIOManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void PersistentDataPath()
114114

115115
string dataOutput = "abc";
116116
fileSaver.HandleText(dataOutput, experiment, ppid, sessionNum, "test", UXFDataType.OtherSessionData);
117-
117+
fileSaver.CleanUp();
118118
string outFile = Path.Combine(Application.persistentDataPath, @"fileSaver_test/test_ppid/S001/other/test.txt");
119119

120120
string readData = File.ReadAllText(outFile);

docs/wiki

Submodule wiki updated from 373289f to 4e70932

0 commit comments

Comments
 (0)