From ee1503bc9be352fd7494df9531ca1985645e9fbb Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 11 Jul 2002 17:47:08 +0000
Subject: [PATCH] Fix node states in update node API test.

---
 testsuite/slurm_unit/api/manual/update_config-tst.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/slurm_unit/api/manual/update_config-tst.c b/testsuite/slurm_unit/api/manual/update_config-tst.c
index 3ae79d4ac21..250f756dd7f 100644
--- a/testsuite/slurm_unit/api/manual/update_config-tst.c
+++ b/testsuite/slurm_unit/api/manual/update_config-tst.c
@@ -24,8 +24,8 @@ main (int argc, char *argv[]) {
 
 	node_update1 . node_names = "lx1234" ;
 	node_update2 . node_names = "lx1234" ;
-	node_update1 . node_state = false ;
-	node_update2 . node_state = true ; 
+	node_update1 . node_state = NODE_STATE_DRAINING ;
+	node_update2 . node_state = NODE_STATE_IDLE ; 
 
 	error_code = slurm_update_partition ( &part_update1);
 	if (error_code)
-- 
GitLab