Bug 745307

Summary: Python client should show "Version" instead of "Iteration"
Product: [Fedora] Fedora Reporter: Ding-Yi Chen <dchen>
Component: zanata-python-clientAssignee: James Ni <jni>
Status: CLOSED CURRENTRELEASE QA Contact: Ding-Yi Chen <dchen>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: dchen, jni, petersen, zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-26 03:10:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Ding-Yi Chen 2011-10-12 00:45:44 UTC
Description of problem:
"Iteration" was the old way to specify Version.
Since we now mention "Version" as Version, the word "Iteration" should be replaced to avoid confusion.

Version-Release number of selected component (if applicable):
zanata-python-client-1.3.1 and
commit ab314cee446132875151823aaf9807c18c564ac2


How reproducible:
Always

Steps to Reproduce:
0. Assume project "AboutFedora" is created, but version f12 is not created.
and zanata.xml looks like:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<config xmlns="http://zanata.org/namespace/config/">

    <url>http://zanata.example.com:8080/</url>

    <project>AboutFedora</project>

    <project-type>podir</project-type>

    <project-version>f12</project-version>

    <locales>

        <locale map-from="zh_CN">zh-Hans</locale>

    </locales>

</config>


1. zanata push
  
Actual results:
Error message:
error: Project Iteration 'f12' not found.



Expected results:
error: Project Version 'f12' not found.

Comment 1 James Ni 2012-07-26 03:10:30 UTC
I think all the "Iteration" in output message have changed to "Version" now.