AppleScript Unit Testing Framework
Labels:
adium,
applescript
I've written a basic unit testing framework, written entirely in AppleScript, in order to test those unit tests I've been generating for Adium. It's so simple that it hardly merits mentioning, but it's just so useful. I'll see if I can figure out a way to put in online so others can dissect it.
2 comments:
I have a question for you about your Adium AppleScript work. (I don't have much AppleScript experience.) I expected this to work:
tell application "Adium"
get name of accounts
end tell
Instead, I get the error, "Adium got an error: Can't make name of every account into type reference."
What did I do wrong?
You're not crazy; that should work. This was fixed in a later version revision of Adium's trunk. Checkout the latest version, and try again
Post a Comment