SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Add test case for ScriptableFileSystem and some fixes. #147

Closed hatashiro closed 10 years ago

hatashiro commented 10 years ago

While implementing the test case, I found some points to fix.

First, we can't use BeyondConfiguration if there's no running app. I added a fix for this by loading the configuration with the load function.

Second, I found a bug in ScriptableFileSystem. I also added a fix.

Lastly, I added the test case.

sgkim126 commented 10 years ago

LGTM

hatashiro commented 10 years ago

Manually merged.