// ========================================================================== // Project: Forms.FormFieldView Unit Test // Copyright: ©2009 My Company, Inc. // ========================================================================== /*globals Forms module test ok equals same stop start */ module("Forms.FormFieldView"); // TODO: Replace with real unit test for Forms.FormFieldView test("test description", function() { var expected = "test"; var result = "test"; equals(result, expected, "test should equal test"); });