Skip to content

Instantly share code, notes, and snippets.

@virtix
Created May 31, 2009 04:08
Show Gist options
  • Save virtix/120753 to your computer and use it in GitHub Desktop.
Save virtix/120753 to your computer and use it in GitHub Desktop.
function wasteMoreTimeYouTurdSuckingMongralFromAnotherPlanet(){
var args = ['Yow! Am I having fun yet?'];
var ctx = getPageContext().getFusionContext();
var actual = ctx.parent._invoke( ctx.parent.createObject('component','PlainOldStupidAssCFC'), 'echo', args );
debug(actual);
assertEquals( args[1] , actual );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment