File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import com.scalableminds.webknossos.datastore.SkeletonTracing._
8
8
import com .scalableminds .webknossos .datastore .geometry .{AdditionalAxisProto , Vec2IntProto }
9
9
import com .scalableminds .webknossos .datastore .models .annotation .{AnnotationLayer , FetchedAnnotationLayer }
10
10
import com .scalableminds .webknossos .tracingstore .tracings .volume .VolumeDataZipFormat
11
+ import models .annotation .SharedParsingParameters
11
12
import models .annotation .nml .{NmlParseSuccessWithoutFile , NmlParser , NmlWriter }
12
13
import net .liftweb .common .{Box , Full }
13
14
import org .apache .commons .io .output .ByteArrayOutputStream
@@ -54,8 +55,10 @@ class NMLUnitTestSuite @Inject()(nmlParser: NmlParser) extends PlaySpec {
54
55
.parse(
55
56
" " ,
56
57
new ByteArrayInputStream (array),
57
- overwritingDatasetId = None ,
58
- isTaskUpload = true ,
58
+ SharedParsingParameters (useZipName = false ,
59
+ overwritingDatasetId = None ,
60
+ userOrganizationId = " testOrganization" ,
61
+ isTaskUpload = true ),
59
62
basePath = None
60
63
)(messagesProvider, scala.concurrent.ExecutionContext .global, GlobalAccessContext )
61
64
.futureBox,
You can’t perform that action at this time.
0 commit comments