So the PRE entry won't actually insert the record which we want to
update.
Acct-Session-Id = '00000001'
Acct-Unique-Session-Id = '00000001'
Acct-Authentic = RADIUS
-Acct-Session-Time = 30
+Acct-Session-Time = 0
Acct-Input-Packets = 10
Acct-Output-Packets = 10
Acct-Input-Gigawords = 1
#
-# PRE: acct_0_start
+# The SQL tests are independent - so we fake a "Start" before running the I-U
#
+%sql("${delete_from_radacct} '00000001'")
+
+sql.accounting.start
+if !(ok) {
+ test_fail
+}
+
+Acct-Session-Time = 30
+
sql.accounting.interim-update
if !(ok) {
test_fail