What version are you running?
server 1.7.6
rbtools 0.6.x (9b18656)
What's the URL of the page containing the problem?
NA
What steps will reproduce the problem?
1. rbt post a git/clearcase review request with this rbtools 0.6.x raise an AttributeError
What is the expected output? What do you see instead?
post succeeded
What operating system are you using? What browser?
RHEL6 amd64 python2.6
Please provide any additional information below.
Please see the diff_validation error, I suppose such api does not exist in 1.7.6, could you please confirm ?
Traceback (most recent call last):
File "/home/delyn/envs/rbtools_3174/bin/rbt", line 8, in <module>
load_entry_point('RBTools==0.6.2.dev', 'console_scripts', 'rbt')()
File "/home/delyn/Projets/reviewboard/rbtools/rbtools/commands/main.py", line 134, in main
command.run_from_argv([RB_MAIN, command_name] + args)
File "/home/delyn/Projets/reviewboard/rbtools/rbtools/commands/__init__.py", line 440, in run_from_argv
exit_code = self.main(*args) or 0
File "/home/delyn/Projets/reviewboard/rbtools/rbtools/commands/post.py", line 762, in main
diff_validator = api_root.get_validation().get_diff_validation()
File "/home/delyn/Projets/reviewboard/rbtools/rbtools/api/resource.py", line 294, in __getattr__
raise AttributeError
AttributeError