Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Could you please add instructions to build this project with test? #43

Closed
C-h-e-r-r-y opened this issue Apr 25, 2017 · 3 comments
Closed

Comments

@C-h-e-r-r-y
Copy link

I have run sbt clean test and got all test failed due to java.lang.NullPointerException:

[info] io.findify.s3mock.awscli.GetObjectTest *** ABORTED ***
[info]   java.lang.NullPointerException:
[info]   at com.typesafe.config.ConfigException.<init>(ConfigException.java:23)
[info]   at com.typesafe.config.ConfigException$BadPath.<init>(ConfigException.java:198)
[info]   at com.typesafe.config.ConfigException$BadPath.<init>(ConfigException.java:204)
[info]   at com.typesafe.config.impl.PathParser.parsePathExpression(PathParser.java:170)
[info]   at com.typesafe.config.impl.PathParser.parsePathNodeExpression(PathParser.java:85)
[info]   at com.typesafe.config.impl.PathParser.parsePathNodeExpression(PathParser.java:79)
[info]   at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseKey(ConfigDocumentParser.java:283)
[info]   at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parseObject(ConfigDocumentParser.java:397)
[info]   at com.typesafe.config.impl.ConfigDocumentParser$ParseContext.parse(ConfigDocumentParser.java:595)
[info]   at com.typesafe.config.impl.ConfigDocumentParser.parse(ConfigDocumentParser.java:14)
[info]   ...

@C-h-e-r-r-y
Copy link
Author

It seam that application.conf should be deleted from test/resources without it build works.

@shuttie
Copy link
Contributor

shuttie commented Apr 25, 2017

There's no application.conf in test/resources, how did you manage to find it there?

@C-h-e-r-r-y
Copy link
Author

Sorry for misleading. I have cloned this project with intellij Idea first and that file existed, while git clone from command cloned project correctly. My bad sorry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants