Skip to content

Commit

Permalink
added onReady function support for yote.js, updates to file uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
ewolf committed Nov 30, 2016
1 parent d0adf4e commit 45cbe65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ServerYote/t/servertest.t
Expand Up @@ -284,7 +284,9 @@ sub test_suite {

is_deeply( $ret->{methods}, {
'Yote::ServerObj' => [ qw( absorb someMethod ) ],
'Yote::ServerSession' => [ qw( fetch getid ) ],
Testy => [qw( create_account login logout test tickle )] },

"methods for testy app" );
my( $testyobjid, $testyLogin ) = @{$ret->{result}};
is( $testyLogin, 'v', "no login for testy obj " );
Expand Down

0 comments on commit 45cbe65

Please sign in to comment.