Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit f80860a3 broke build #53

Closed
Koziolek opened this issue Jul 4, 2016 · 2 comments
Closed

Commit f80860a3 broke build #53

Koziolek opened this issue Jul 4, 2016 · 2 comments

Comments

@Koziolek
Copy link

Koziolek commented Jul 4, 2016

After commit master does not compile

[main] WARN org.wasabi.app.AppConfiguration - Unable to load configuration from file: java.io.FileNotFoundException: wasabi.yaml (The system cannot find the file specified), using defaults or constructor provided values.
[main] INFO org.wasabi.app.AppServer - Server starting on port 7966

[main] INFO org.wasabi.app.AppServer - Server starting on port 7966

java.lang.AssertionError: Expected <2>, actual <1>.

    at kotlin.test.DefaultAsserter.fail(DefaultAsserter.kt:12)
    at kotlin.test.Asserter$DefaultImpls.assertTrue(TestAssertions.kt:120)
    at kotlin.test.DefaultAsserter.assertTrue(DefaultAsserter.kt:6)
    at kotlin.test.Asserter$DefaultImpls.assertEquals(TestAssertions.kt:139)
    at kotlin.test.DefaultAsserter.assertEquals(DefaultAsserter.kt:6)
    at kotlin.test.AssertionsKt__TestAssertionsKt.assertEquals(TestAssertions.kt:45)
    at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
    at kotlin.test.AssertionsKt__TestAssertionsKt.assertEquals$default(TestAssertions.kt:44)
    at kotlin.test.AssertionsKt.assertEquals$default(Unknown Source)
    at org.wasabi.test.CorsSpecs.testing_cors_enabled(CorsSpecs.kt:16)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
    at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:69)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:48)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:292)
    at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
    at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:119)
    at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:42)
    at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:234)
    at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:74)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)

@swishy
Copy link
Collaborator

swishy commented Jul 4, 2016

Crap. I know the issue, its the way the current Cors test is done, ill fix and push soon, thanks for raising the issue.

@swishy
Copy link
Collaborator

swishy commented Jul 5, 2016

Fixed test and pushed.

@swishy swishy closed this as completed Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants