# CASE 1: We try to create inetnum object 80.16.151.184 - 80.16.151.191
# with syntactically incorrect netname
#
# create inetnum object 
#
#FAILURE
#
# RESULT 1: The creation will fail.


# CASE 2: We try to create inetnum object 80.16.151.191 - 80.16.151.184
# with syntactically incorrect range
# will now fail because it is not treated as syntax error.
# creation fails with auth failure, not syntax failure
#
# create inetnum object 
#
#FAILURE
#
# RESULT 2: The creation will fail.


# CASE 3: We try to create inetnum object 80.16.151.184 - 80.16.151.266
# with syntactically incorrect range
#
# create inetnum object 
#
#FAILURE
#
# RESULT 3: The creation will fail.


# CASE 4: We try to create inetnum object 80.16.151.184 - 80.16.151.184
# start IP == end IP
#
# create inetnum object 
#
#SUCCESS
#
# RESULT 4: The creation will succeed.


# CASE 5: We try to create inetnum object 80.16.151.184			-					80.16.151.191
# start IP (tabs and spaces)-(tabs and spaces) end IP
# the object in DB contains all spaces untouched
#
# create inetnum object 
#
#SUCCESS
#
# RESULT 5: The creation will succeed.


# CASE 6: We try to update inetnum object 80.16.151.184 - 80.16.151.184
# start IP == end IP
#
# update inetnum object 
#
#SUCCESS
#
# RESULT 6: The modification will succeed.


# CASE 7: We try to create inetnum object 80.16.151.186 - 80.16.151.200
# having two parents of the same size
#
# *** will fail at the moment *** (dbupdate exit with 1 - multiple parents problem)
#
# update inetnum object 
#
#SUCCESS
#
# RESULT 7: The modification will succeed.


