diff options
author | Günther Deschner <gd@samba.org> | 2010-08-16 12:11:19 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-16 12:23:14 +0200 |
commit | dba68d845200bb4416a87c5777de2b554110d20b (patch) | |
tree | 2c5871dd8a96b11ed257bb1413098c8f08e1f9bf /source4 | |
parent | f24c99fba05ee24232f8047a11f09a093da7b266 (diff) | |
download | samba-dba68d845200bb4416a87c5777de2b554110d20b.tar.gz samba-dba68d845200bb4416a87c5777de2b554110d20b.tar.xz samba-dba68d845200bb4416a87c5777de2b554110d20b.zip |
Revert "s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is broken"
This reverts commit 8ca8250443319e0f19f05aab2014118fd03eaa8a.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/spoolss_notify.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c index 7ef054a2638..8e23637442e 100644 --- a/source4/torture/rpc/spoolss_notify.c +++ b/source4/torture/rpc/spoolss_notify.c @@ -500,15 +500,6 @@ static bool test_RFFPCNEx(struct torture_context *tctx, #endif struct dcerpc_binding_handle *b = p->binding_handle; - /* - * FIXME: - * This test is currently broken, as the started dcerpc server - * does not accept anonyous connection, because it is not provisioned. - * - * See https://bugzilla.samba.org/show_bug.cgi?id=7486. - */ - torture_skip(tctx, "skipping test_RFFPCNEx tests\n"); - received_packets = NULL; /* Start DCE/RPC server */ |