Opened 14 years ago
Closed 14 years ago
#6249 closed enhancement (fixed)
[patch][cla] I need doh.assertNotEqual to test if value != null for example
Reported by: | harobed | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | 1.2 |
Component: | TestFramework | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Hi,
I've this code :
doh.register("t", [ function test1(t) { foo = function() { ... }; // I would like do this : t.assertNotEqual(null, foo); } ] );
Thanks for your comment.
Attachments (1)
Change History (9)
comment:1 Changed 14 years ago by
Changed 14 years ago by
comment:3 Changed 14 years ago by
Reporter: | changed from guest to harobed |
---|
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → future |
Summary: | I need doh.assertNotEqual to test if value != null for example → [patch][needs cla] I need doh.assertNotEqual to test if value != null for example |
harobed, what is your real world name?
comment:6 Changed 14 years ago by
Summary: | [patch][needs cla] I need doh.assertNotEqual to test if value != null for example → [patch][cla] I need doh.assertNotEqual to test if value != null for example |
---|
patch from Stephane Klein
comment:7 Changed 14 years ago by
Milestone: | future → 1.2 |
---|---|
Owner: | changed from alex to dylan |
Status: | new → assigned |
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Sorry, I would like to write t.assertNotEqual(null, foo) and not t.assertNotEquel(null, foo);