forked from github/server
fix integration test data file
This commit is contained in:
parent
1e4b860a2e
commit
7807e9e710
|
@ -384,8 +384,9 @@ static int tolua_faction_create(lua_State * L)
|
|||
|
||||
static int tolua_faction_get_password(lua_State * L)
|
||||
{
|
||||
unused_arg(L);
|
||||
return 0;
|
||||
faction *self = (faction *)tolua_tousertype(L, 1, 0);
|
||||
tolua_pushstring(L, self->_password);
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int tolua_faction_set_password(lua_State * L)
|
||||
|
|
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
ERESSEA 6rLo "4jLm82"
|
||||
ERESSEA 6rLo "6rLo"
|
||||
EINHEIT 7Lgf
|
||||
NACH NW NW
|
||||
NAECHSTER
|
||||
ERESSEA w86y "mrqa"
|
||||
ERESSEA w86y "w86y"
|
||||
EINHEIT uc3u
|
||||
STIRB "mrqa"
|
||||
NAECHSTER
|
||||
|
|
Loading…
Reference in New Issue